Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
system_user_edit_fns.inc
1 <?php
18 require_once SQ_CORE_PACKAGE_PATH.'/users/backend_user/backend_user_edit_fns.inc';
19 
32 {
33 
34 
40  {
41  $this->Backend_User_Edit_Fns();
42 
43  }//end constructor
44 
45 
46 }//end class
47 ?>