Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
system_user_group_edit_fns.inc
1 <?php
18 require_once SQ_CORE_PACKAGE_PATH.'/users/user_group/user_group_edit_fns.inc';
19 
32 {
33 
34 
40  {
41  $this->User_Group_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['roles']);
52  unset($this->static_screens['permissions']);
53  unset($this->static_screens['layouts']);
54 
55  }//end constructor
56 
57 
58 }//end class
59 ?>