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