Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
authentication_management.inc
1 <?php
18 require_once SQ_INCLUDE_PATH.'/asset_management.inc';
19 
31 {
32 
33 
39  {
40  $this->Asset_Management($pm);
41  $this->vars = Array(
42  'name' => Array(
43  'type' => 'text',
44  'default' => 'Authentication System',
45  ),
46  );
47 
48  }//end constructor
49 
50 
51 }//end class
52 
53 ?>