Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
physical_folder_edit_fns.inc
1 <?php
18 require_once SQ_INCLUDE_PATH.'/asset_edit/asset_edit_fns.inc';
19 
32 {
33 
34 
39  function __construct()
40  {
41  parent::__construct();
42  // override static screens - only display details because the others don't apply
43  $this->static_screens = Array(
44  'details' => Array(
45  'name' => translate('details'),
46  'force_unlock' => FALSE,
47  'lock_type' => 'none',
48  ),
49  );
50  unset($this->static_screens['web_paths']);
51 
52  }//end constructor
53 
54 }//end class
55 
56 ?>