Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
trigger_manager_management.inc
1
<?php
17
require_once SQ_INCLUDE_PATH.
'/asset_management.inc'
;
18
30
class
Trigger_Manager_Management
extends
Asset_Management
31
{
32
33
38
function
Trigger_Manager_Management
(&$pm)
39
{
40
$this->
Asset_Management
($pm);
41
42
$this->vars = Array(
43
'enabled'
=> Array(
44
'added'
=>
'0.1'
,
45
'type'
=>
'boolean'
,
46
'default'
=> FALSE,
47
'parameters'
=> Array(
48
'allow_empty'
=> FALSE,
49
),
50
'description'
=>
'A flag which enables or disables the execution of trigger events'
,
51
),
52
);
53
54
}
//end constructor
55
56
57
}
//end class
58
?>
squiz_matrix
core
assets
system
triggers
trigger_manager
trigger_manager_management.inc
Generated on Tue Jan 29 2013 14:04:43 for Squiz Matrix by
1.8.3.1