ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ZipStream\Option\Version Class Reference
+ Inheritance diagram for ZipStream\Option\Version:
+ Collaboration diagram for ZipStream\Option\Version:

Data Fields

const STORE = 0x000A
 
const DEFLATE = 0x0014
 
const ZIP64 = 0x002D
 

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

Definition at line 17 of file Version.php.

Field Documentation

◆ DEFLATE

const ZipStream\Option\Version::DEFLATE = 0x0014

Definition at line 20 of file Version.php.

◆ STORE

const ZipStream\Option\Version::STORE = 0x000A

Definition at line 19 of file Version.php.

◆ ZIP64

const ZipStream\Option\Version::ZIP64 = 0x002D

Definition at line 21 of file Version.php.

Referenced by ZipStream\ZipStream\addCdr64Eof().


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