PHP Class Yajra\Datatables\DatatablesServiceProvider

Author: Arjay Angeles ([email protected])
Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: yajra/laravel-datatables-oracle

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

Méthodes protégées

Méthode 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 méthode

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

isLumen() protected méthode

Check if app uses Lumen.
protected isLumen ( ) : boolean
Résultat boolean

provides() public méthode

Get the services provided by the provider.
public provides ( ) : string[]
Résultat string[]

publishAssets() protected méthode

Publish datatables assets.
protected publishAssets ( )

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void

registerAliases() protected méthode

Create aliases for the dependency.
protected registerAliases ( )

registerRequiredProviders() protected méthode

Register 3rd party providers.

Property Details

$defer protected_oe property

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