Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
metadata_section_management.inc
1
<?php
18
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
19
30
class
Metadata_Section_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
'name'
=> Array(
44
'added'
=>
'0.1'
,
45
'type'
=>
'text'
,
46
'default'
=>
''
,
47
),
48
'frontend'
=> Array(
49
'added'
=>
'0.1'
,
50
'type'
=>
'boolean'
,
51
'default'
=> TRUE,
52
'parameters'
=> Array(
'allow_empty'
=> FALSE),
53
),
54
'restrict'
=> Array(
55
'added'
=>
'0.1'
,
56
'type'
=>
'serialise'
,
57
'default'
=> Array(),
58
),
59
'description'
=> Array(
60
'added'
=>
'0.2'
,
61
'type'
=>
'text'
,
62
'default'
=>
''
,
63
'is_contextable'
=> TRUE,
64
),
65
'desc_frontend'
=> Array(
66
'added'
=>
'0.2'
,
67
'type'
=>
'boolean'
,
68
'default'
=> FALSE,
69
'parameters'
=> Array(
'allow_empty'
=> FALSE),
70
),
71
);
72
73
}
//end constructor
74
75
76
}
//end class
77
78
?>
squiz_matrix
core
assets
metadata
metadata_section
metadata_section_management.inc
Generated on Tue Jan 29 2013 14:04:38 for Squiz Matrix by
1.8.3.1