Recursive_ArrayAccess
Recursive array class to allow multidimensional array access.
Description Description
Source Source
File: includes/libraries/class-recursive-arrayaccess.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.6.0 | Introduced. |
Methods Methods
- __clone — Allow deep copies of objects
- __construct — Default object constructor.
- offsetExists — Whether a offset exists
- offsetGet — Offset to retrieve
- offsetSet — Offset to set
- offsetUnset — Offset to unset
- toArray — Output the data container as a multidimensional array.