public function __construct(Pap_Features_PerformanceRewards_Rule_Transaction $rule) {
     parent::__construct($rule);
     $this->sqlBuilder = new Gpf_SqlBuilder_SelectBuilder();
 }
Beispiel #2
0
 public function __construct(Pap_Features_PerformanceRewards_Rule_Transaction $rule) {
     parent::__construct($rule);
     $this->params = new Pap_Stats_Params();
     
 }