PHP Class Sleimanx2\Plastic\MappingServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: sleimanx2/plastic

Protected Properties

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

Méthodes publiques

Méthode Description
register ( ) Register the service provider.

Méthodes protégées

Méthode Description
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.

Method Details

register() public méthode

Register the service provider.
public register ( )

registerAlias() protected méthode

Register the Map alias.
protected registerAlias ( )

registerCommands() protected méthode

Register all needed commands.
protected registerCommands ( )

registerCreator() protected méthode

Register the mapping creator service.
protected registerCreator ( )

registerInstallCommand() protected méthode

Register the Install command.
protected registerInstallCommand ( )

registerMakeCommand() protected méthode

Register the make command.
protected registerMakeCommand ( )

registerMapper() protected méthode

Register the mapper service.
protected registerMapper ( )

registerReRunCommand() protected méthode

Register the Install command.
protected registerReRunCommand ( )

registerRepository() protected méthode

Register the mapping repository service.
protected registerRepository ( )

registerResetCommand() protected méthode

Register the reset command.
protected registerResetCommand ( )

registerRunCommand() protected méthode

Register the Install command.
protected registerRunCommand ( )

Property Details

$defer protected_oe property

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