Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
design_area_body_management.inc
1
<?php
18
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
19
30
class
Design_Area_Body_Management
extends
Asset_Management
31
{
32
33
38
function
__construct
(
Package_Manager
$pm)
39
{
40
Asset_Management::__construct($pm);
41
42
$this->vars = Array(
43
'format'
=> Array(
44
'added'
=>
'0.1'
,
45
'type'
=>
'selection'
,
46
'default'
=>
'html'
,
47
'description'
=>
'Format that the body tag is printed as (text, HTML, etc)'
,
48
'parameters'
=> Array(
49
'options'
=> Array(
50
'html'
=> translate(
'full_html'
),
51
'text'
=> translate(
'text_only'
),
52
'low_bandwidth'
=> translate(
'low_bandwidth'
),
53
),
54
'allow_empty'
=> FALSE,
55
),
56
),
57
);
58
59
}
//end constructor
60
61
62
}
//end class
63
?>
squiz_matrix
core
assets
designs
design_areas
design_area_body
design_area_body_management.inc
Generated on Tue Jan 29 2013 14:04:36 for Squiz Matrix by
1.8.3.1