PHP 클래스 Flugg\Responder\ResponderServiceProvider

저자: Alexander Tømmerås ([email protected])
상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: flugger/laravel-responder

보호된 프로퍼티들

프로퍼티 타입 설명
$config Illuminate\Config\Repository Keeps a quick reference to the Responder config.
$defer boolean Indicates if loading of the provider is deferred.

공개 메소드들

메소드 설명
boot ( ) : void Bootstrap the application events.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

보호된 메소드들

메소드 설명
bootLaravelApplication ( ) : void Bootstrap the Laravel application.
bootLumenApplication ( ) : void Bootstrap the Lumen application.
registerAliases ( ) : void Set aliases for the provided services.
registerFractal ( ) : void Register Fractal serializer, manager and a factory to generate Fractal resource instances.
registerResponseBuilders ( ) : void Register success and error response builders.

메소드 상세

boot() 공개 메소드

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

bootLaravelApplication() 보호된 메소드

Bootstrap the Laravel application.
protected bootLaravelApplication ( ) : void
리턴 void

bootLumenApplication() 보호된 메소드

Bootstrap the Lumen application.
protected bootLumenApplication ( ) : void
리턴 void

provides() 공개 메소드

Get the services provided by the provider.
public provides ( ) : array
리턴 array

register() 공개 메소드

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

registerAliases() 보호된 메소드

Set aliases for the provided services.
protected registerAliases ( ) : void
리턴 void

registerFractal() 보호된 메소드

Register Fractal serializer, manager and a factory to generate Fractal resource instances.
protected registerFractal ( ) : void
리턴 void

registerResponseBuilders() 보호된 메소드

Register success and error response builders.
protected registerResponseBuilders ( ) : void
리턴 void

프로퍼티 상세

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

Keeps a quick reference to the Responder config.
protected Repository,Illuminate\Config $config
리턴 Illuminate\Config\Repository

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

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