PHP 8.3.31
Preview: TemporaryUrlGenerator.php Size: 377 B
/home/getspomw/royalsquad.us/vendor/league/flysystem/src/UrlGeneration/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;
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
747 B lrw-rw-rw- 2025-09-17 06:53:04
Edit Download
499 B lrw-rw-rw- 2025-09-17 06:53:04
Edit Download
313 B lrw-rw-rw- 2025-09-17 06:53:04
Edit Download
956 B lrw-rw-rw- 2025-09-17 06:53:04
Edit Download
377 B lrw-rw-rw- 2025-09-17 06:53:04
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).