예제 #1
0
 /**
  * @param mixed $key
  * @return bool
  */
 public function offsetExists($key)
 {
     return parent::offsetExists($this->getRestriction() . $key);
 }