コード例 #1
0
ファイル: Rule.class.php プロジェクト: AmineCherrai/rostanvo
 protected function getActionObject() {
     $this->action = Pap_Features_PerformanceRewards_Action::create($this);
     return $this->action;
 }