PHP Class Netson\L4gettext\L4gettextServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: netson/l4gettext

Protected Properties

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

Méthodes publiques

Méthode Description
boot ( ) : void Bootstrap the application events.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.
registerCompileCommand ( )
registerExtractCommand ( )
registerFetchCommand ( )
registerInstallCommand ( )
registerL4gettext ( )
registerL4gettextBladeCompiler ( )
registerListCommand ( )

Method Details

boot() public méthode

Bootstrap the application events.
public boot ( ) : void
Résultat void

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

registerCompileCommand() public méthode

registerExtractCommand() public méthode

registerFetchCommand() public méthode

registerInstallCommand() public méthode

registerL4gettext() public méthode

public registerL4gettext ( )

registerL4gettextBladeCompiler() public méthode

registerListCommand() public méthode

public registerListCommand ( )

Property Details

$defer protected_oe property

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