PHP Class Netson\L4gettext\L4gettextServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: netson/l4gettext

Protected Properties

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

Public Methods

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

Bootstrap the application events.
public boot ( ) : void
return void

provides() public method

Get the services provided by the provider.
public provides ( ) : array
return array

register() public method

Register the service provider.
public register ( ) : void
return void

registerCompileCommand() public method

registerExtractCommand() public method

registerFetchCommand() public method

registerInstallCommand() public method

registerL4gettext() public method

public registerL4gettext ( )

registerL4gettextBladeCompiler() public method

registerListCommand() public method

public registerListCommand ( )

Property Details

$defer protected_oe property

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