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