Ejemplo n.º 1
0
 protected function getActions()
 {
     $return = array();
     foreach ($this->factory->getAllActions() as $alias => $action) {
         $return[$alias] = $action->getName();
     }
     return $return;
 }