Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
authentication_default_management.inc
1
<?php
17
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
18
29
class
Authentication_Default_Management
extends
Asset_Management
30
{
31
32
37
function
Authentication_Default_Management
(&$pm)
38
{
39
$this->
Asset_Management
($pm);
40
$this->vars = Array(
41
'name'
=> Array(
42
'default'
=>
'Default Authentication'
,
43
),
44
);
45
46
}
//end constructor
47
48
49
}
//end class
50
51
?>
squiz_matrix
core
assets
system
authentication
authentication_types
authentication_default
authentication_default_management.inc
Generated on Tue Jan 29 2013 14:04:39 for Squiz Matrix by
1.8.3.1