/** * @todo error :) kai ner modulio ka daryti */ function controlapi() { parent::fuApi(); $module = $this->kernel->user->getEnabledModules(); if ($module) { foreach ($module as $nameid) { $this->kernel->loadModule($nameid['iname']); } } }
/** */ function loginapi() { parent::fuApi(); }
/** * */ function frontapi() { parent::fuApi(); $this->getPageName(); }