Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
thesaurus_term_management.inc
1
<?php
18
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
19
30
class
Thesaurus_Term_Management
extends
Asset_Management
31
{
32
33
38
function
Thesaurus_Term_Management
(&$pm)
39
{
40
$this->
Asset_Management
($pm);
41
42
$this->vars = Array(
43
'name'
=> Array(
44
'added'
=>
'0.1'
,
45
'type'
=>
'text'
,
46
'default'
=>
''
,
47
'description'
=>
'Term name (the term itself)'
,
48
'is_admin'
=> FALSE,
49
),
50
'relation'
=> Array(
51
'added'
=>
'0.1'
,
52
'type'
=>
'text'
,
53
'default'
=>
''
,
54
'description'
=>
'Relation this term has to its parent'
,
55
),
56
);
57
58
}
//end constructor
59
60
61
}
//end class
62
?>
squiz_matrix
core
assets
thesaurus_term
thesaurus_term_management.inc
Generated on Tue Jan 29 2013 14:04:43 for Squiz Matrix by
1.8.3.1