offsetGet() public method
This method is required by the interface ArrayAccess.
| public mixed offsetGet ( $offset ) | ||
|---|---|---|
| $offset | integer |
The offset to retrieve element. |
| return | mixed |
The element at the offset, null if no element is found at the offset |
Please login to continue.