ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Methods enum. More...
Data Fields | |
const | STORE = 0x00 |
const | DEFLATE = 0x08 |
Additional Inherited Members | |
Public Member Functions inherited from MyCLabs\Enum\Enum | |
__construct ($value) | |
Creates a new value of some type. More... | |
__wakeup () | |
getValue () | |
-pure More... | |
getKey () | |
Returns the enum key (i.e. More... | |
__toString () | |
-pure -suppress InvalidCast More... | |
equals ($variable=null) | |
Determines if Enum should be considered equal with the variable passed as a parameter. More... | |
jsonSerialize () | |
Specify data which should be serialized to JSON. More... | |
Static Public Member Functions inherited from MyCLabs\Enum\Enum | |
static | from ($value) |
static | keys () |
Returns the names (keys) of all constants in the Enum class. More... | |
static | values () |
Returns instances of the Enum class of all Enum constants. More... | |
static | toArray () |
Returns all possible values as an array. More... | |
static | isValid ($value) |
Check if is valid enum value. More... | |
static | assertValidValue ($value) |
Asserts valid enum value. More... | |
static | isValidKey ($key) |
Check if is valid enum key. More... | |
static | search ($value) |
Return key for value. More... | |
static | __callStatic ($name, $arguments) |
Returns a value when called statically like so: MyEnum::SOME_VALUE() given SOME_VALUE is a class constant. More... | |
Protected Attributes inherited from MyCLabs\Enum\Enum | |
$value | |
Static Protected Attributes inherited from MyCLabs\Enum\Enum | |
static | $cache = [] |
static | $instances = [] |
Methods enum.
static STORE(): Method static DEFLATE(): Method -immutable
Definition at line 15 of file Method.php.
const ZipStream\Option\Method::DEFLATE = 0x08 |
Definition at line 18 of file Method.php.
Referenced by ZipStream\Option\File\getMethod(), ZipStreamTest\ZipStreamTest\testAddFileFromPathWithStorageMethod(), ZipStreamTest\ZipStreamTest\testAddFileFromStreamWithStorageMethod(), ZipStreamTest\ZipStreamTest\testAddFileWithStorageMethod(), and ZipStreamTest\ZipStreamTest\testAddLargeFileFromPath().
const ZipStream\Option\Method::STORE = 0x00 |
Definition at line 17 of file Method.php.
Referenced by ZipStream\Option\Archive\__construct(), ZipStreamTest\ZipStreamTest\testAddFileFromPathWithStorageMethod(), ZipStreamTest\ZipStreamTest\testAddFileFromPsr7Stream(), ZipStreamTest\ZipStreamTest\testAddFileFromPsr7StreamWithFileSizeSet(), ZipStreamTest\ZipStreamTest\testAddFileFromStream(), ZipStreamTest\ZipStreamTest\testAddFileFromStreamWithStorageMethod(), ZipStreamTest\ZipStreamTest\testAddFileWithStorageMethod(), and ZipStreamTest\ZipStreamTest\testAddLargeFileFromPath().