Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
authentication_ipb_management.inc
1 <?php
17 require_once SQ_INCLUDE_PATH.'/asset_management.inc';
18 
30 {
31 
32 
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 ?>