Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
trigger_manager_management.inc
1 <?php
17 require_once SQ_INCLUDE_PATH.'/asset_management.inc';
18 
31 {
32 
33 
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 ?>