Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
root_user_edit_fns.inc
1 <?php
18 require_once SQ_CORE_PACKAGE_PATH.'/system/system_user/system_user_edit_fns.inc';
19 
32 {
33 
34 
39  function Root_User_Edit_Fns()
40  {
41  $this->System_User_Edit_Fns();
42 
43  unset($this->static_screens['settings']);
44  unset($this->static_screens['preview']);
45  unset($this->static_screens['lookupValues']);
46  unset($this->static_screens['web_paths']);
47  unset($this->static_screens['metadata']);
48  unset($this->static_screens['metadataSchemas']);
49  unset($this->static_screens['workflow']);
50  unset($this->static_screens['tagging']);
51  unset($this->static_screens['permissions']);
52 
53  }//end constructor
54 
55 
56 }//end class
57 ?>