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: TemporaryUrlGenerator.php
<?php declare(strict_types=1); namespace League\Flysystem\UrlGeneration; use DateTimeInterface; use League\Flysystem\Config; use League\Flysystem\UnableToGenerateTemporaryUrl; interface TemporaryUrlGenerator { /** * @throws UnableToGenerateTemporaryUrl */ public function temporaryUrl(string $path, DateTimeInterface $expiresAt, Config $config): string; }
Upload File
Create Folder