PHP Класс App\Listeners\LeadActionNotify

Показать файл Открыть проект

Открытые методы

Метод Описание
__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