lithium\util\Collection::offsetGet()
Returns the value at specified offset.
Parameters
-
string
$offset
The offset to retrieve.
Returns
mixedValue at offset.
Source
public function offsetGet($offset) {
return $this->_data[$offset];
}