コード例 #1
0
ファイル: user_service.php プロジェクト: vBulleteen/oxwall
 /**
  *
  * @param string $code
  * @return BOL_InviteCode
  */
 public function findInvitationInfo($code)
 {
     return $this->inviteCodeDao->findByCode($code);
 }