PHP Class App\Services\Locale\TranslationLoader

Inheritance: extends Illuminate\Translation\FileLoader
Afficher le fichier Open project: spatie-custom/blender

Méthodes publiques

Méthode Description
load ( string $locale, string $group, string $namespace = null ) : array Load the messages for the given locale.

Méthodes protégées

Méthode Description
fragmentsAreAvailable ( ) : boolean

Method Details

fragmentsAreAvailable() protected méthode

protected fragmentsAreAvailable ( ) : boolean
Résultat boolean

load() public méthode

Load the messages for the given locale.
public load ( string $locale, string $group, string $namespace = null ) : array
$locale string
$group string
$namespace string
Résultat array