Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
web_folder_web_services_edit_fns.inc
1 <?php
18 require_once SQ_CORE_PACKAGE_PATH.'/system/web_folders/web_folder/web_folder_edit_fns.inc';
19 
32 {
33 
34 
39  function __construct()
40  {
41  parent::__construct();
42 
43  }//end constructor
44 
45 
46 }//end class
47 ?>