Exemple #1
0
 /**
  *
  * @param string $category
  * @return ActionList 
  */
 public static function get($category)
 {
     $res = new ActionList();
     $res->setCategory($category);
     $res->loadActions();
     return $res;
 }