X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/league/flysystem/src/UrlGeneration
home
/
prisjneg
/
public_html
/
vendor
/
league
/
flysystem
/
src
/
UrlGeneration
/
📁
..
📄
ChainedPublicUrlGenerator.php
(747 B)
📄
PrefixPublicUrlGenerator.php
(499 B)
📄
PublicUrlGenerator.php
(313 B)
📄
ShardedPrefixPublicUrlGenerator.php
(956 B)
📄
TemporaryUrlGenerator.php
(377 B)
Editing: PublicUrlGenerator.php
<?php declare(strict_types=1); namespace League\Flysystem\UrlGeneration; use League\Flysystem\Config; use League\Flysystem\UnableToGeneratePublicUrl; interface PublicUrlGenerator { /** * @throws UnableToGeneratePublicUrl */ public function publicUrl(string $path, Config $config): string; }
Upload File
Create Folder