Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
trigger_action_remove_web_path_edit_fns.inc
1 <?php
17 require_once SQ_CORE_PACKAGE_PATH.'/system/triggers/trigger_action/trigger_action_edit_fns.inc';
18 
28 {
29 
30 
36  {
37  parent::__construct();
38 
39  }//end constructor
40 
41 
42 }//end class
43 
44 ?>