Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
content_type_structure_tree_management.inc
1
<?php
18
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
19
30
class
Content_Type_Structure_Tree_Management
extends
Asset_Management
31
{
32
33
38
function
__construct
(&$pm)
39
{
40
$this->
Asset_Management
($pm);
41
42
$this->vars[
'structure'
] = Array(
43
'added'
=>
'0.0.1'
,
44
'type'
=>
'serialise'
,
45
'default'
=> Array(),
46
);
47
$this->vars[
'trailers'
] = Array(
48
'added'
=>
'0.0.1'
,
49
'type'
=>
'text'
,
50
'default'
=>
'true'
,
51
);
52
53
}
//end constructor
54
55
62
function
_getFileList
()
63
{
64
return
Array(
65
'files/arrow_left_blue.png'
,
66
'files/arrow_down_blue.png'
,
67
'files/arrow_right_blue.png'
,
68
'files/arrow_up_blue.png'
,
69
'files/text_bold.png'
,
70
'files/text_italics.png'
,
71
'files/text_underlined.png'
,
72
'files/spacer.gif'
,
73
'files/add.png'
,
74
);
75
76
}
//end _getFileList()
77
78
79
}
//end class
80
81
?>
squiz_matrix
packages
cms
content_types
content_type_structure_tree
content_type_structure_tree_management.inc
Generated on Tue Jan 29 2013 14:04:56 for Squiz Matrix by
1.8.3.1