PHP Класс App\Listeners\ClientActionNotify

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

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

Метод Описание
__construct ( ) : void Create the event listener.
handle ( clientAction $event ) : void Handle the event.

Описание методов

__construct() публичный Метод

Create the event listener.
public __construct ( ) : void
Результат void

handle() публичный Метод

Handle the event.
public handle ( clientAction $event ) : void
$event clientAction
Результат void