PHP Class Collective\Remote\RemoteServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: laravelcollective/remote

Protected Properties

Свойство Type Description
$commands array The commands to be registered.
$defer boolean Indicates if loading of the provider is deferred.

Méthodes publiques

Méthode Description
boot ( ) Boot the Service Provider.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Méthodes protégées

Méthode Description
isLumen ( ) : boolean Check if package is running under Lumen app.
registerCommands ( ) : void Register the commands.
registerTailCommand ( ) : void Register the command.

Method Details

boot() public méthode

Boot the Service Provider.
public boot ( )

isLumen() protected méthode

Check if package is running under Lumen app.
protected isLumen ( ) : boolean
Résultat boolean

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void

registerCommands() protected méthode

Register the commands.
protected registerCommands ( ) : void
Résultat void

registerTailCommand() protected méthode

Register the command.
protected registerTailCommand ( ) : void
Résultat void

Property Details

$commands protected_oe property

The commands to be registered.
protected array $commands
Résultat array

$defer protected_oe property

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