PHP Class FluxBB\Server\ServerServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: fluxbb/core

Protected Properties

Свойство Type Description
$defer boolean Indicates if loading of the provider is deferred.

Méthodes publiques

Méthode Description
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Méthodes protégées

Méthode Description
registerActions ( Server $server ) : void Register the actions with the server.
registerAuthorizers ( AuthorizationServer $auth ) : void Register all authorizer with the authorization server.
registerValidators ( RequestValidator $validator ) : void Register all validators with the request validator.

Method Details

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void

registerActions() protected méthode

Register the actions with the server.
protected registerActions ( Server $server ) : void
$server Server
Résultat void

registerAuthorizers() protected méthode

Register all authorizer with the authorization server.
protected registerAuthorizers ( AuthorizationServer $auth ) : void
$auth AuthorizationServer
Résultat void

registerValidators() protected méthode

Register all validators with the request validator.
protected registerValidators ( RequestValidator $validator ) : void
$validator RequestValidator
Résultat void

Property Details

$defer protected_oe property

Indicates if loading of the provider is deferred.
protected bool $defer
Résultat boolean