loadMessagesFromFile() protected method
Loads the message translation for the specified language and category or returns null if file doesn't exist.
protected array|null loadMessagesFromFile ( $messageFile, $category ) | ||
---|---|---|
$messageFile | string |
Path to message file |
$category | string |
The message category |
return | array|null |
Array of messages or null if file not found |
Please login to continue.