30 $available = self::getAvailableDecorators();
31 if (!in_array(
$dirname, array_keys($available))) {
42 static $decorators =
false;
43 if (!is_array($decorators)) {
44 $decorators = array();
47 $dirnames = XoopsLists::getDirListAsArray(
$helper->path(
'decorators/'),
'');
50 $className =
'Menus' . ucfirst($dirname) .
'Decorator';
51 $class =
new $className($dirname);
98 function end(&$menus);
static getLegacyLanguage()
static loadFile($file, $once=true)