Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
ipb_root_forum_management.inc
1
<?php
17
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
18
28
class
Ipb_Root_Forum_Management
extends
Asset_Management
29
{
30
31
36
function
Ipb_Root_Forum_Management
(&$pm)
37
{
38
$this->
Asset_Management
($pm);
39
40
$this->vars = Array(
41
'name'
=> Array(
42
'added'
=>
'0.1'
,
43
'type'
=>
'text'
,
44
'default'
=>
''
,
45
),
46
'description'
=> Array(
47
'added'
=>
'0.1'
,
48
'type'
=>
'text'
,
49
'default'
=>
'IPB Root Forum'
,
50
),
51
'forums'
=> Array(
52
'added'
=>
'0.1'
,
53
'type'
=>
'int'
,
54
'default'
=> 0,
55
),
56
);
57
58
}
//end constructor
59
60
61
}
//end class
62
63
?>
squiz_matrix
packages
ipb
ipb_root_forum
ipb_root_forum_management.inc
Generated on Tue Jan 29 2013 14:05:02 for Squiz Matrix by
1.8.3.1