PHP 클래스 App\Listeners\LeadActionLog

파일 보기 프로젝트 열기: bottelet/flarepoint

공개 메소드들

메소드 설명
__construct ( ) : void Action the event listener.
handle ( LeadAction $event ) : void Handle the event.

메소드 상세

__construct() 공개 메소드

Action the event listener.
public __construct ( ) : void
리턴 void

handle() 공개 메소드

Handle the event.
public handle ( LeadAction $event ) : void
$event App\Events\LeadAction
리턴 void