Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
site_management.inc
1
<?php
18
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
19
30
class
Site_Management
extends
Asset_Management
31
{
32
33
38
function
__construct
(
Package_Manager
$pm)
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
?>
squiz_matrix
core
assets
site
site_management.inc
Generated on Tue Jan 29 2013 14:04:39 for Squiz Matrix by
1.8.3.1