예제 #1
0
 /**
  * Define the actions with no secure token
  *
  * @return array
  */
 public static function defineFreeFormIdActions()
 {
     $list = parent::defineFreeFormIdActions();
     $list[] = 'cancel';
     $list[] = 'proceed';
     return $list;
 }
예제 #2
0
 /**
  * Define the actions with no secure token
  *
  * @return array
  */
 public static function defineFreeFormIdActions()
 {
     $list = parent::defineFreeFormIdActions();
     $list[] = 'test';
     $list[] = 'switch';
     return $list;
 }
예제 #3
0
 /**
  * Define the actions with no secure token
  *
  * @return array
  */
 public static function defineFreeFormIdActions()
 {
     return array_merge(parent::defineFreeFormIdActions(), array('test'));
 }
예제 #4
0
 /**
  * Define the actions with no secure token
  *
  * @return array
  */
 public static function defineFreeFormIdActions()
 {
     return array_merge(parent::defineFreeFormIdActions(), array('view_license', 'select_installation_type', 'warnings'));
 }
예제 #5
0
 /**
  * Define the actions with no secure token
  *
  * @return array
  */
 public static function defineFreeFormIdActions()
 {
     return array_merge(parent::defineFreeFormIdActions(), array('export_finished'));
 }
예제 #6
0
 /**
  * Define the actions with no secure token
  *
  * @return array
  */
 public static function defineFreeFormIdActions()
 {
     return array_merge(parent::defineFreeFormIdActions(), array('phpinfo', 'switch_clean_url'));
 }
예제 #7
0
 /**
  * Define the actions with no secure token
  *
  * @return array
  */
 public static function defineFreeFormIdActions()
 {
     return array_merge(parent::defineFreeFormIdActions(), array('finishOperateAs'));
 }
예제 #8
0
파일: Export.php 프로젝트: kewaunited/xcart
 /**
  * Define the actions with no secure token
  *
  * @return array
  */
 public static function defineFreeFormIdActions()
 {
     return array_merge(parent::defineFreeFormIdActions(), array('pack', 'download'));
 }
예제 #9
0
파일: Order.php 프로젝트: kewaunited/xcart
 /**
  * Define the actions with no secure token
  *
  * @return array
  */
 public static function defineFreeFormIdActions()
 {
     return array_merge(parent::defineFreeFormIdActions(), array('calculate_price', 'updateStaffNote', 'recalculate_shipping'));
 }
예제 #10
0
 /**
  * Define the actions with no secure token
  *
  * @return array
  */
 public static function defineFreeFormIdActions()
 {
     $list = parent::defineFreeFormIdActions();
     $list[] = 'change_layout';
     return $list;
 }
예제 #11
0
 public static function defineFreeFormIdActions()
 {
     return array_merge(parent::defineFreeFormIdActions(), array('get_available_count', 'create_asn', 'draw_barcode'));
 }
예제 #12
0
파일: Main.php 프로젝트: kirkbauer2/kirkxc
 /**
  * Define the actions with no secure token
  *
  * @return array
  */
 public static function defineFreeFormIdActions()
 {
     return array_merge(parent::defineFreeFormIdActions(), array('hide_welcome_block', 'hide_welcome_block_forever', 'set_notifications_as_read', 'close_module_banner'));
 }