GridState_Data
class GridState_Data (View source)
Simple set of data, similar to stdClass, but without the notice-level errors.
Properties
protected | array | $data |
Methods
Details
__construct($data = array())
No description
__get($name)
No description
__call($name, $arguments)
No description
mixed
getData(string $name, mixed $default = null)
Retrieve the value for the given key
__set($name, $value)
No description
__isset($name)
No description
__unset($name)
No description
__toString()
No description
toArray()
No description