TYPO3  7.6
Public Member Functions | List of all members
BootstrapInterface Interface Reference
Inheritance diagram for BootstrapInterface:
Bootstrap

Public Member Functions

 run ($content, $configuration)
 

Detailed Description

Bootstrap Interface

Definition at line 20 of file BootstrapInterface.php.

Member Function Documentation

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 Bootstrap.