PHP Class OpenSkill\Datatable\DatatableServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
ファイルを表示 Open project: openskill/datatable

Protected Properties

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

Public Methods

Method Description
boot ( ) : void Perform post-registration booting of services.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the application services.

Method Details

boot() public method

Perform post-registration booting of services.
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 application services.
public register ( ) : void
return void

Property Details

$defer protected_oe property

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