Exemple #1
0
 public function getAction($action_code)
 {
     $af = ActionFactory::getInstance();
     return $af->getAction($action_code);
 }