PHP Class Nitmedia\Wkhtml2pdf\L5Wkhtml2pdfServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Exibir arquivo Open project: nitmedia/wkhtml2pdf

Protected Properties

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

Public Methods

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

Method Details

boot() public method

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

provides() public method

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

register() public method

public register ( )

Property Details

$defer protected_oe property

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