CascadedValueTree
class CascadedValueTree implements ArrayAccess, ArrayRepresentation (View source)
Represents a tree of values where undefined tree path will take their value from the nearest valid ancestor value.
Constants
| NODES |
|
| VALUE |
|
Methods
mixed
query(string|array $query, mixed $dflt = null)
No description
array
getArrayCopy()
No description
offsetGet($query)
No description
offsetSet($query, $value)
No description
offsetExists($query)
No description
offsetUnset($query)
No description
mixed
__invoke()
Alias of query() method
setKeySeparator(string $separator)
Set the separator of the string-form key path query
__construct()
No description
Details
at line 31
mixed
query(string|array $query, mixed $dflt = null)
at line 53
array
getArrayCopy()
at line 66
offsetGet($query)
at line 80
offsetSet($query, $value)
at line 97
offsetExists($query)
at line 116
offsetUnset($query)
at line 140
mixed
__invoke()
Alias of query() method
at line 153
setKeySeparator(string $separator)
Set the separator of the string-form key path query