PHP Class Overtrue\LaravelLang\FileLoader

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

Protected Properties

Свойство Type Description
$paths string

Méthodes publiques

Méthode Description
__construct ( Illuminate\Filesystem\Filesystem $files, array $path, $paths = [] ) Create a new file loader instance.
load ( string $locale, string $group, string $namespace = null ) : array Load the messages for the given locale.

Method Details

__construct() public méthode

Create a new file loader instance.
public __construct ( Illuminate\Filesystem\Filesystem $files, array $path, $paths = [] )
$files Illuminate\Filesystem\Filesystem
$path array

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

Property Details

$paths protected_oe property

protected string $paths
Résultat string