offsetExists() public method

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