Ejemplo n.º 1
0
 /**
  * Get a message from the language-file
  *
  * @param string $key The key to get.
  * @param string[optional] $module The module wherein we should search.
  * @return string
  */
 public static function msg($key, $module = null)
 {
     return BackendLanguage::getMessage($key, $module);
 }