Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
system_management_folder_edit_fns.inc
1 <?php
18 require_once SQ_CORE_PACKAGE_PATH.'/folder/folder_edit_fns.inc';
19 
32 {
33 
34 
39  function __construct()
40  {
41  parent::__construct();
42  unset($this->static_screens['permissions']);
43  unset($this->static_screens['workflow']);
44  unset($this->static_screens['metadataSchemas']);
45  unset($this->static_screens['metadata']);
46  unset($this->static_screens['dependants']);
47  unset($this->static_screens['linking']);
48  unset($this->static_screens['settings']);
49  unset($this->static_screens['history']);
50  unset($this->static_screens['preview']);
51  unset($this->static_screens['roles']);
52  unset($this->static_screens['tagging']);
53  unset($this->static_screens['lookupValues']);
54  unset($this->static_screens['layouts']);
55 
56  }//end constructor
57 
58 
59 }//end class
60 ?>