offsetGet() public method

See also: get()
public offsetGet ( $offset )
 /**
  * {@inheritdoc}
  */
 public function offsetGet($offset)
 {
     return $this->collection->offsetGet($offset);
 }