20 require __DIR__ .
'/init.php';
26 throw new UnexpectedValueException(
'Invalid form/module token detected. Access Denied!', 1392409507);
28 if ($temp_path = $TBE_MODULES[
'_PATHS'][
$moduleName]) {
30 require $temp_path .
'conf.php';
32 require $temp_path .
'index.php';
35 if (is_array($TBE_MODULES[
'_dispatcher'])) {
36 foreach ($TBE_MODULES[
'_dispatcher'] as $dispatcherClassName) {
38 if ($dispatcher->callModule($moduleName) === TRUE) {
46 throw new UnexpectedValueException(
'No module "' . htmlspecialchars($moduleName) .
'" could be found.', 1294585070);
static makeInstance($className)
static getModuleUrl($moduleName, $urlParameters=array(), $backPathOverride=FALSE, $returnAbsoluteUrl=FALSE)