PHP Class Yajra\Datatables\DatatablesServiceProvider

Author: Arjay Angeles ([email protected])
Inheritance: extends Illuminate\Support\ServiceProvider
显示文件 Open project: yajra/laravel-datatables-oracle

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 ( ) : string[] Get the services provided by the provider.
register ( ) : void Register the service provider.

Protected Methods

Method Description
isLumen ( ) : boolean Check if app uses Lumen.
publishAssets ( ) Publish datatables assets.
registerAliases ( ) Create aliases for the dependency.
registerRequiredProviders ( ) Register 3rd party providers.

Method Details

boot() public method

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

isLumen() protected method

Check if app uses Lumen.
protected isLumen ( ) : boolean
return boolean

provides() public method

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

publishAssets() protected method

Publish datatables assets.
protected publishAssets ( )

register() public method

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

registerAliases() protected method

Create aliases for the dependency.
protected registerAliases ( )

registerRequiredProviders() protected method

Register 3rd party providers.

Property Details

$defer protected_oe property

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