コード例 #1
0
ファイル: event_handler.php プロジェクト: vazahat/dudex
 public function onUserRegister(OW_Event $event)
 {
     $params = $event->getParams();
     $userId = $params['userId'];
     $this->service->catchAffiliateSignup($userId);
 }