コード例 #1
0
 /**
  * Get an error 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 err($key, $module = null)
 {
     return BackendLanguage::getError($key, $module);
 }