TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Core\BootstrapInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Extbase\Core\BootstrapInterface:
Tx_Extbase_Core_BootstrapInterface TYPO3\CMS\Extbase\Core\Bootstrap Tx_Extbase_Core_Bootstrap

Public Member Functions

 run ($content, $configuration)
 

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! Bootstrap Interface

Definition at line 19 of file BootstrapInterface.php.

Member Function Documentation

◆ run()

TYPO3\CMS\Extbase\Core\BootstrapInterface::run (   $content,
  $configuration 
)

Runs the the Extbase Framework by resolving an appropriate Request Handler and passing control to it. If the Framework is not initialized yet, it will be initialized.

Parameters
string$contentThe content. Not used
array$configurationThe TS configuration array
Returns
string $content The processed content

Implemented in TYPO3\CMS\Extbase\Core\Bootstrap.