PHP Class Caffeinated\Modules\ModulesServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: caffeinated/modules

Protected Properties

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

Public Methods

Method Description
boot ( ) Boot the service provider.
compiles ( )
provides ( ) : string Get the services provided by the provider.
register ( ) Register the service provider.

Method Details

boot() public method

Boot the service provider.
public boot ( )

compiles() public static method

public static compiles ( )

provides() public method

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

register() public method

Register the service provider.
public register ( )

Property Details

$defer protected_oe property

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