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