|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
The streaming options are used by the stream implementation. More...
Collaboration diagram for ILIAS\Filesystem\Stream\StreamOptions:Public Member Functions | |
| __construct (private array $metadata=[], private int $size=self::UNKNOWN_STREAM_SIZE) | |
| StreamOptions constructor. More... | |
| getSize () | |
| getMetadata () | |
Data Fields | |
| const | UNKNOWN_STREAM_SIZE = -1 |
The streaming options are used by the stream implementation.
This class only hold configuration options which can be used by the Stream class.
Definition at line 30 of file StreamOptions.php.
| ILIAS\Filesystem\Stream\StreamOptions::__construct | ( | private array | $metadata = [], |
| private int | $size = self::UNKNOWN_STREAM_SIZE |
||
| ) |
| ILIAS\Filesystem\Stream\StreamOptions::getMetadata | ( | ) |
Definition at line 52 of file StreamOptions.php.
| ILIAS\Filesystem\Stream\StreamOptions::getSize | ( | ) |
Definition at line 44 of file StreamOptions.php.
| const ILIAS\Filesystem\Stream\StreamOptions::UNKNOWN_STREAM_SIZE = -1 |
Definition at line 32 of file StreamOptions.php.