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