Ejemplo n.º 1
0
 public function addAction(Action $action)
 {
     $this->actions[$action->getName()] = $action;
     return $this;
 }