OptionsTrait
trait OptionsTrait (View source)
Trait implemented by any class representing an associative array of PHP options.
This provides validation and typehinting to loosely typed associative arrays.
Methods
bool
offsetExists($offset)
No description
offsetGet($offset)
No description
void
offsetSet($offset, $value)
No description
void
offsetUnset($offset)
No description
array
toArray()
No description
Details
bool
offsetExists($offset)
No description
offsetGet($offset)
No description
void
offsetSet($offset, $value)
No description
void
offsetUnset($offset)
No description
array
toArray()
No description