Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
form_question_rule_management.inc
1 <?php
18 require_once SQ_INCLUDE_PATH.'/asset_management.inc';
19 
31 {
32 
33 
39  {
40  $this->Asset_Management($pm);
41 
42  $this->vars = Array(
43  'custom_error' => Array(
44  'added' => '0.2',
45  'type' => 'text',
46  'default' => '',
47  ),
48  );
49 
50  }//end constructor
51 
52 
53 }//end class
54 ?>