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