|
| | __construct (private FileStream $stream, private Disposition $disposition, private string $file_name, private int $valid_for_at_least_hours,) |
| |
◆ __construct()
| ILIAS\FileDelivery\Token\Request::__construct |
( |
private FileStream |
$stream, |
|
|
private Disposition |
$disposition, |
|
|
private string |
$file_name, |
|
|
private int |
$valid_for_at_least_hours |
|
) |
| |
◆ fromStreamAttached()
| static ILIAS\FileDelivery\Token\Request::fromStreamAttached |
( |
FileStream |
$stream, |
|
|
string |
$file_name, |
|
|
int |
$valid_for_at_least_hours |
|
) |
| |
|
static |
Definition at line 40 of file Request.php.
47 Disposition::ATTACHMENT,
49 $valid_for_at_least_hours
◆ fromStreamInline()
| static ILIAS\FileDelivery\Token\Request::fromStreamInline |
( |
FileStream |
$stream, |
|
|
string |
$file_name, |
|
|
int |
$valid_for_at_least_hours |
|
) |
| |
|
static |
Definition at line 53 of file Request.php.
62 $valid_for_at_least_hours
The documentation for this class was generated from the following file: