PHP 클래스 Authority\Events\Dispatcher

상속: extends Illuminate\Events\Dispatcher
파일 보기 프로젝트 열기: machuga/authority

공개 메소드들

메소드 설명
fire ( string $eventName, mixed $payload = [], $halt = false ) : Authority\Event Fire an event and call the listeners.

메소드 상세

fire() 공개 메소드

Fire an event and call the listeners.
public fire ( string $eventName, mixed $payload = [], $halt = false ) : Authority\Event
$eventName string
$payload mixed
리턴 Authority\Event