TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Core\Core\ApplicationInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Core\ApplicationInterface:
TYPO3\CMS\Backend\Console\Application TYPO3\CMS\Backend\Http\Application TYPO3\CMS\Frontend\Http\Application TYPO3\CMS\Install\Http\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()

TYPO3\CMS\Core\Core\ApplicationInterface::run ( callable  $execute = null)