Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
web_folder_users_edit_fns.inc
1 <?php
17 require_once SQ_CORE_PACKAGE_PATH.'/system/web_folders/web_folder/web_folder_edit_fns.inc';
18 
29 {
30 
31 
36  function __construct()
37  {
38  parent::__construct();
39 
40  }//end constructor
41 
42 
43 }//end class
44 
45 ?>