PHP Класс Sleimanx2\Plastic\MappingServiceProvider

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

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

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

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

Метод Описание
register ( ) Register the service provider.

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

Метод Описание
registerAlias ( ) Register the Map alias.
registerCommands ( ) Register all needed commands.
registerCreator ( ) Register the mapping creator service.
registerInstallCommand ( ) Register the Install command.
registerMakeCommand ( ) Register the make command.
registerMapper ( ) Register the mapper service.
registerReRunCommand ( ) Register the Install command.
registerRepository ( ) Register the mapping repository service.
registerResetCommand ( ) Register the reset command.
registerRunCommand ( ) Register the Install command.

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

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

Register the service provider.
public register ( )

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

Register the Map alias.
protected registerAlias ( )

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

Register all needed commands.
protected registerCommands ( )

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

Register the mapping creator service.
protected registerCreator ( )

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

Register the Install command.
protected registerInstallCommand ( )

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

Register the make command.
protected registerMakeCommand ( )

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

Register the mapper service.
protected registerMapper ( )

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

Register the Install command.
protected registerReRunCommand ( )

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

Register the mapping repository service.
protected registerRepository ( )

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

Register the reset command.
protected registerResetCommand ( )

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

Register the Install command.
protected registerRunCommand ( )

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

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

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