Вход Регистрация
Файл: vendor/league/flysystem/src/UrlGeneration/TemporaryUrlGenerator.php
Строк: 19
<?php
declare(strict_types=1);

namespace 
LeagueFlysystemUrlGeneration;

use 
DateTimeInterface;
use 
LeagueFlysystemConfig;
use 
LeagueFlysystemUnableToGenerateTemporaryUrl;

interface 
TemporaryUrlGenerator
{
    
/**
     * @throws UnableToGenerateTemporaryUrl
     */
    
public function temporaryUrl(string $pathDateTimeInterface $expiresAtConfig $config): string;
}
Онлайн: 0
Реклама