Esempio n. 1
0
 public function getCurrentUserId() {
     return $this->rule->getTransaction()->getUserId();
 }
Esempio n. 2
0
 public function __construct(Pap_Features_PerformanceRewards_Rule_Transaction $rule) {
     $this->rule = $rule;
     $this->transaction = $rule->getTransaction();
     
     self::createActionsList();
 }