PHP 클래스 FluxBB\Web\WebServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: fluxbb/core

보호된 프로퍼티들

프로퍼티 타입 설명
$defer boolean Indicates if loading of the provider is deferred.

공개 메소드들

메소드 설명
boot ( ) : void Bootstrap the application events.
register ( ) : void Register the service provider.

보호된 메소드들

메소드 설명
registerApiRoutes ( Router $router ) : void Register the API routes.
registerFrontendRoutes ( Router $router ) : void Register the frontend routes.
registerRoutes ( ) : void Register the routes with the router.
registerViewHelpers ( ) : void Register the view helpers for generating URLs etc.

메소드 상세

boot() 공개 메소드

Bootstrap the application events.
public boot ( ) : void
리턴 void

register() 공개 메소드

Register the service provider.
public register ( ) : void
리턴 void

registerApiRoutes() 보호된 메소드

Register the API routes.
protected registerApiRoutes ( Router $router ) : void
$router Router
리턴 void

registerFrontendRoutes() 보호된 메소드

Register the frontend routes.
protected registerFrontendRoutes ( Router $router ) : void
$router Router
리턴 void

registerRoutes() 보호된 메소드

Register the routes with the router.
protected registerRoutes ( ) : void
리턴 void

registerViewHelpers() 보호된 메소드

Register the view helpers for generating URLs etc.
protected registerViewHelpers ( ) : void
리턴 void

프로퍼티 상세

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

Indicates if loading of the provider is deferred.
protected bool $defer
리턴 boolean