PHP Class Sleimanx2\Plastic\MappingServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: sleimanx2/plastic

Protected Properties

Property Type Description
$defer boolean Indicates if loading of the provider is deferred.

Public Methods

Method Description
register ( ) Register the service provider.

Protected Methods

Method 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 method

Register the service provider.
public register ( )

registerAlias() protected method

Register the Map alias.
protected registerAlias ( )

registerCommands() protected method

Register all needed commands.
protected registerCommands ( )

registerCreator() protected method

Register the mapping creator service.
protected registerCreator ( )

registerInstallCommand() protected method

Register the Install command.
protected registerInstallCommand ( )

registerMakeCommand() protected method

Register the make command.
protected registerMakeCommand ( )

registerMapper() protected method

Register the mapper service.
protected registerMapper ( )

registerReRunCommand() protected method

Register the Install command.
protected registerReRunCommand ( )

registerRepository() protected method

Register the mapping repository service.
protected registerRepository ( )

registerResetCommand() protected method

Register the reset command.
protected registerResetCommand ( )

registerRunCommand() protected method

Register the Install command.
protected registerRunCommand ( )

Property Details

$defer protected property

Indicates if loading of the provider is deferred.
protected bool $defer
return boolean