PHP Класс FluxBB\Server\ServerServiceProvider

Наследование: extends Illuminate\Support\ServiceProvider
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$defer boolean Indicates if loading of the provider is deferred.

Открытые методы

Метод Описание
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Защищенные методы

Метод Описание
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.

Описание методов

provides() публичный Метод

Get the services provided by the provider.
public provides ( ) : array
Результат array

register() публичный Метод

Register the service provider.
public register ( ) : void
Результат void

registerActions() защищенный Метод

Register the actions with the server.
protected registerActions ( Server $server ) : void
$server Server
Результат void

registerAuthorizers() защищенный Метод

Register all authorizer with the authorization server.
protected registerAuthorizers ( AuthorizationServer $auth ) : void
$auth AuthorizationServer
Результат void

registerValidators() защищенный Метод

Register all validators with the request validator.
protected registerValidators ( RequestValidator $validator ) : void
$validator RequestValidator
Результат void

Описание свойств

$defer защищенное свойство

Indicates if loading of the provider is deferred.
protected bool $defer
Результат boolean