OptionSet
class OptionSet implements IteratorAggregate, ArrayAccess, Countable, Serializable (View source)
Option set to store options and resolve aliases.
Methods
getIterator()
Retrieve an external iterator
boolean
offsetExists(mixed $name)
Is a option exists?
void
offsetUnset(string $name)
Remove an option.
integer
count()
Count options.
string
serialize()
Serialize this object
void
unserialize(string $data)
Un serialize this object.
Details
at line line 48
Traversable
getIterator()
Retrieve an external iterator
at line line 84
boolean
offsetExists(mixed $name)
Is a option exists?
at line line 129
void
offsetUnset(string $name)
Remove an option.
at line line 146
integer
count()
Count options.
at line line 158
string
serialize()
Serialize this object
at line line 172
void
unserialize(string $data)
Un serialize this object.