Exemplo n.º 1
0
 /**
  * @inheritDoc
  */
 public function detachGenerator($name)
 {
     $this->layout->detachGenerator($name);
     return $this;
 }