Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function remove($key)
 {
     $this->_assertNotFrozen();
     $this->_delegate->remove($key);
     return $this;
 }