Esempio n. 1
0
 /**
  * Define the actions with no secure token
  *
  * @return array
  */
 public static function defineFreeFormIdActions()
 {
     return LC_DEVELOPER_MODE ? array_merge(parent::defineFreeFormIdActions(), array('rebuild')) : parent::defineFreeFormIdActions();
 }