[Xyster_Enum] element index
Package indexes
Xyster_Collection
Xyster_Acl
Xyster_Date
Xyster_Data
Xyster_Orm
Xyster_Controller
Xyster_Type
Xyster_Validate
Xyster_Filter
Xyster_Db
All elements
e
g
p
v
x
_
_
top
_factory
Xyster_Enum::_factory()
in Enum.php
Factories and returns a singleton enum
__clone
Xyster_Enum::__clone()
in Enum.php
Cannot be cloned
__construct
Xyster_Enum::__construct()
in Enum.php
Creates a new enum derived class
__toString
Xyster_Enum::__toString()
in Enum.php
Gets details of the object
e
top
Enum.php
Enum.php
in Enum.php
g
top
getName
Xyster_Enum::getName()
in Enum.php
Gets the string name of this enum type
getValue
Xyster_Enum::getValue()
in Enum.php
Gets the value of this enum type
p
top
parse
Xyster_Enum::parse()
in Enum.php
Returns the corresponding enum object based on name
v
top
valueOf
Xyster_Enum::valueOf()
in Enum.php
Returns the corresponding enum object based on value
values
Xyster_Enum::values()
in Enum.php
Gets an array of the name and value pairs available from an enum
x
top
Xyster_Enum
Xyster_Enum
in Enum.php
Enumerable type object
e
g
p
v
x
_