|
| __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 39 of file Request.php.
46 Disposition::ATTACHMENT,
48 $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 52 of file Request.php.
61 $valid_for_at_least_hours
The documentation for this class was generated from the following file: