PHP 클래스 Framework\Providers\EventServiceProvider

상속: extends Hubzero\Base\ServiceProvider
파일 보기 프로젝트 열기: vinelab/lucid

보호된 프로퍼티들

프로퍼티 타입 설명
$listen array The event listener mappings for the application.

공개 메소드들

메소드 설명
boot ( ) : void Register any events for your application.

메소드 상세

boot() 공개 메소드

Register any events for your application.
public boot ( ) : void
리턴 void

프로퍼티 상세

$listen 보호되어 있는 프로퍼티

The event listener mappings for the application.
protected array $listen
리턴 array