Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
password_change_design_management.inc
1
<?php
18
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
19
31
class
Password_Change_Design_Management
extends
Asset_Management
32
{
33
34
41
function
__construct
(
Package_Manager
$pm)
42
{
43
Asset_Management::__construct($pm);
44
45
$this->vars = Array(
46
'id_name'
=> Array(
47
'default'
=>
'System Password Change Design'
,
48
),
49
);
50
51
}
//end constructor
52
53
54
}
//end class
55
?>
squiz_matrix
core
assets
system
password_change_design
password_change_design_management.inc
Generated on Tue Jan 29 2013 14:04:40 for Squiz Matrix by
1.8.3.1