PHP Class Alaouy\Youtube\YoutubeServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: alaouy/youtube

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.
isLegacyLaravel ( )
isOldLaravel ( )
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Method Details

boot() public méthode

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

isLegacyLaravel() public méthode

public isLegacyLaravel ( )

isOldLaravel() public méthode

public isOldLaravel ( )

provides() public méthode

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

register() public méthode

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

Property Details

$defer protected_oe property

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