PHP Класс Robbo\Presenter\PresenterServiceProvider

Наследование: 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.
registerDecorator ( ) : void Register the decorator. If you want to extend the decorator you would basically copy what this method does in start/global.php or your own service provider.
registerFactory ( ) : void Copied from the view service provider.

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

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

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

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

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

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

Register the decorator. If you want to extend the decorator you would basically copy what this method does in start/global.php or your own service provider.
public registerDecorator ( ) : void
Результат void

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

.. Register the view factory.
public registerFactory ( ) : void
Результат void

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

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

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