PHP Class Overtrue\LaravelLang\TranslationServiceProvider

Inheritance: extends Illuminate\Translation\TranslationServiceProvider
Afficher le fichier Open project: overtrue/laravel-lang

Protected Properties

Свойство Type Description
$inLumen boolean

Méthodes publiques

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

Méthodes protégées

Méthode Description
registerCommands ( ) Register lang:publish command.
registerLoader ( ) Register the translation line loader.

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 service provider.
public register ( )

registerCommands() protected méthode

Register lang:publish command.
protected registerCommands ( )

registerLoader() protected méthode

Register the translation line loader.
protected registerLoader ( )

Property Details

$inLumen protected_oe property

protected bool $inLumen
Résultat boolean