TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Core\ModuleRunner Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Core\ModuleRunner:
TYPO3\CMS\Extbase\Core\ModuleRunnerInterface

Public Member Functions

 callModule ($moduleSignature)
 

Protected Attributes

 $objectManager
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Dispatches a request

Definition at line 20 of file ModuleRunner.php.

Member Function Documentation

◆ callModule()

TYPO3\CMS\Extbase\Core\ModuleRunner::callModule (   $moduleSignature)

This method forwards the call to Bootstrap's run() method. This method is invoked by the mod.php function of TYPO3.

Parameters
string$moduleSignature
Exceptions

Implements TYPO3\CMS\Extbase\Core\ModuleRunnerInterface.

Definition at line 37 of file ModuleRunner.php.

References $bootstrap, $GLOBALS, and TYPO3\CMS\Core\Utility\GeneralUtility\_GP().

Member Data Documentation

◆ $objectManager

TYPO3\CMS\Extbase\Core\ModuleRunner::$objectManager
protected

Definition at line 26 of file ModuleRunner.php.