‪TYPO3CMS  10.4
TYPO3\CMS\Core\Core\ApplicationInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Core\ApplicationInterface:
TYPO3\CMS\Core\Console\CommandApplication TYPO3\CMS\Core\Http\AbstractApplication 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 23 of file ApplicationInterface.php.

Member Function Documentation

◆ run()

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

Starting point

Parameters
callable$execute

Implemented in TYPO3\CMS\Core\Http\AbstractApplication, and TYPO3\CMS\Core\Console\CommandApplication.