Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
authentication_default_edit_fns.inc
1 <?php
18 require_once SQ_CORE_PACKAGE_PATH.'/system/authentication/authentication/authentication_edit_fns.inc';
19 
32 {
33 
34 
40  {
41  $this->Authentication_Edit_Fns();
42  unset($this->static_screens['settings']);
43  unset($this->static_screens['preview']);
44  unset($this->static_screens['lookupValues']);
45  unset($this->static_screens['metadata']);
46  unset($this->static_screens['metadataSchemas']);
47  unset($this->static_screens['workflow']);
48  unset($this->static_screens['tagging']);
49  unset($this->static_screens['dependants']);
50  unset($this->static_screens['linking']);
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 
60 ?>