PHP Class Unicodeveloper\Emoji\EmojiServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: unicodeveloper/laravel-emoji

Protected Properties

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

Méthodes publiques

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

Method Details

provides() public méthode

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

register() public méthode

Register the application services.
public register ( ) : void
Résultat void

Property Details

$defer protected_oe property

* Indicates if loading of the provider is deferred.
protected $defer