Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
import_tool_converter_word_edit_fns.inc
1 <?php
18 require_once SQ_PACKAGES_PATH.'/import_tools/converters/import_tool_converter/import_tool_converter_edit_fns.inc';
19 
32 {
33 
34 
40  {
41  $this->Asset_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 ?>