Bonjour,
J'ai une librairie que je charge via un plugin joomla et utilise avec un alias:
Ca fonctionne mais Eclipse PDT m'affiche une notice "LLog cannot be resolved to a type" à chaque appel de LLog.
Comment éviter ces notices ?
J'ai une librairie que je charge via un plugin joomla et utilise avec un alias:
Code:
JLoader::registerNamespace('leflib', JPATH_LIBRARIES); JLoader::registerPrefix('L', JPATH_LIBRARIES . '/leflib'); JLoader::registerAlias ('LLog', "\leflib\Log");
Comment éviter ces notices ?
Commentaire