Example #1
0
 /**
  * Indica si est� registrado alg�n idioma
  * 
  * @access public
  * @return (bool) true si hay un idioma registrado, false en caso contrario
  */
 function isLanguageRegistered()
 {
     return RegistryHelper::_isKey('LANGUAGE');
 }