offsetExists() 공개 메소드

또한 보기: containsKey()
public offsetExists ( $offset )
 /**
  * {@inheritdoc}
  */
 public function offsetExists($offset)
 {
     return $this->collection->offsetExists($offset);
 }