lithium\util\Collection::offsetGet()

public method

Returns the value at specified offset.

Parameters

  • string $offset

    The offset to retrieve.

Returns

mixed

Value at offset.

Source

	public function offsetGet($offset) {
		return $this->_data[$offset];
	}