loadMessagesFromDb() protected method
Loads the messages from MongoDB. You may override this method to customize the message storage in the MongoDB.
protected array loadMessagesFromDb ( $category, $language )$category string
The message category. $language string
The target language. return array
The messages loaded from database.