Example #1
0
 /**
  * Get a message from the language-file
  *
  * @param string $key The key to get.
  * @return string
  */
 public static function msg($key)
 {
     return FrontendLanguage::getMessage($key);
 }