ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ZipStream\Option\Method Class Reference

Methods enum. More...

+ Inheritance diagram for ZipStream\Option\Method:
+ Collaboration diagram for ZipStream\Option\Method:

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 = []
 

Detailed Description

Methods enum.

static STORE(): Method static DEFLATE(): Method -immutable

Definition at line 15 of file Method.php.

Field Documentation

◆ DEFLATE

◆ STORE


The documentation for this class was generated from the following file: