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

Public Member Functions

 run (callable $execute=null)
 

Detailed Description

The base ApplicationInterface which is used for all Entry Points for TYPO3, may it be Frontend, Backend, Install Tool or Command Line.

Definition at line 22 of file ApplicationInterface.php.

Member Function Documentation

run ( callable  $execute = null)

Starting point

Parameters
callable$execute
Returns
void

Implemented in Application, Application, Application, and Application.