Exemplo n.º 1
0
 /**
  * Define the actions with no secure token
  *
  * @return array
  */
 public static function defineFreeFormIdActions()
 {
     $list = parent::defineFreeFormIdActions();
     $list[] = 'clear_cache';
     $list[] = 'set_install';
     $list[] = 'unset_install';
     return $list;
 }
Exemplo n.º 2
0
 /**
  * Define the actions with no secure token
  *
  * @return array
  */
 public static function defineFreeFormIdActions()
 {
     return array_merge(parent::defineFreeFormIdActions(), array('pack'));
 }