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