PHP Class Cocur\Slugify\Bridge\Laravel\SlugifyServiceProvider

Author: Florian Eckerstorfer ([email protected])
Author: Colin Viebrock
Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: cocur/slugify Class Usage Examples

Protected Properties

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

Méthodes publiques

Méthode Description
provides ( ) : string[] Get the services provided by the provider.
register ( ) : void Register the service provider.

Method Details

provides() public méthode

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

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