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