Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
site_management.inc
1 <?php
18 require_once SQ_INCLUDE_PATH.'/asset_management.inc';
19 
31 {
32 
33 
39  {
40  Asset_Management::__construct($pm);
41  $this->vars = Array(
42  'not_found_page_cache_globally' => Array(
43  'added' => '0.0.1',
44  'type' => 'boolean',
45  'default' => FALSE,
46  'parameters' => Array(
47  'allow_empty' => FALSE,
48  ),
49  'description' => 'Global cache 404 page',
50  ),
51  );
52 
53  }//end constructor
54 
55 
56 }//end class
57 
58 ?>