Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
form_question_rule_edit_fns.inc
1 <?php
18 require_once SQ_INCLUDE_PATH.'/asset_edit/asset_edit_fns.inc';
19 
32 {
33 
34 
40  {
41  $this->Asset_Edit_Fns();
42 
43  }//end constructor
44 
45 
58  function paintRule(&$asset, &$o, $prefix, $rule_data, $write_access)
59  {
60 
61  }//end paintRule()
62 
63 
75  function processRule(&$asset, &$o, $prefix, &$rule_data)
76  {
77 
78  }//end processRule()
79 
80 
81 }//end class
82 ?>