interface Reader

Message reader. Inverse of Writer

Methods

array
read(string $locale, string $path)

Get messages from this locale

Details

at line 17
array read(string $locale, string $path)

Get messages from this locale

Parameters

string $locale
string $path Filename (or other identifier)

Return Value

array messages Flat array of localisation keys to values.