class LangFileLoader implements LoaderInterface

LangData 클래스에 의해 해석될 수 있는 다국어 데이터 파일 로더

Properties

private $files

Methods

__construct(Filesystem $files)

LangFileLoader constructor.

load(string $source)

Load the messages by given source

Details

at line 39
__construct(Filesystem $files)

LangFileLoader constructor.

Parameters

Filesystem $files 라라벨 파일 시스템

at line 50
LangData load(string $source)

Load the messages by given source

Parameters

string $source 데이터 소스

Return Value

LangData