PHP Class Nitmedia\Wkhtml2pdf\L5Wkhtml2pdfServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: nitmedia/wkhtml2pdf

Protected Properties

Свойство Type Description
$defer boolean Indicates if loading of the provider is deferred.

Méthodes publiques

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

Method Details

boot() public méthode

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

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

public register ( )

Property Details

$defer protected_oe property

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