PHP Class Barryvdh\DomPDF\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: barryvdh/laravel-dompdf

Protected Properties

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

Public Methods

Method Description
boot ( )
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Protected Methods

Method Description
isLumen ( ) : boolean Check if package is running under Lumen app

Method Details

boot() public method

public boot ( )

isLumen() protected method

Check if package is running under Lumen app
protected isLumen ( ) : boolean
return boolean

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

Property Details

$defer protected_oe property

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