PHP 클래스 Overtrue\LaravelLang\FileLoader

상속: extends Illuminate\Translation\FileLoader
파일 보기 프로젝트 열기: overtrue/laravel-lang

보호된 프로퍼티들

프로퍼티 타입 설명
$paths string

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

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

load() 공개 메소드

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

프로퍼티 상세

$paths 보호되어 있는 프로퍼티

protected string $paths
리턴 string