TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Install\Http\Application Class Reference
Inheritance diagram for TYPO3\CMS\Install\Http\Application:
TYPO3\CMS\Core\Core\ApplicationInterface

Public Member Functions

 __construct ($classLoader)
 
 run (callable $execute=null)
 

Protected Member Functions

 defineLegacyConstants ()
 

Protected Attributes

 $bootstrap
 
 $entryPointPath = 'typo3/sysext/install/Start/'
 
 $availableRequestHandlers
 

Detailed Description

Entry point for the TYPO3 Install Tool

Definition at line 22 of file Application.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\Http\Application::__construct (   $classLoader)

Constructor setting up legacy constant and register available Request Handlers

Parameters
\Composer\Autoload\ClassLoader$classLoaderan instance of the class loader

Definition at line 47 of file Application.php.

References TYPO3\CMS\Install\Http\Application\defineLegacyConstants(), and TYPO3\CMS\Core\Core\Bootstrap\getInstance().

Member Function Documentation

◆ defineLegacyConstants()

TYPO3\CMS\Install\Http\Application::defineLegacyConstants ( )
protected

Define constants

Definition at line 86 of file Application.php.

Referenced by TYPO3\CMS\Install\Http\Application\__construct().

◆ run()

TYPO3\CMS\Install\Http\Application::run ( callable  $execute = null)

Set up the application and shut it down afterwards Failsafe minimal setup mode for the install tool Does not call "run()" therefore

Parameters
callable$execute
Returns
void

Implements TYPO3\CMS\Core\Core\ApplicationInterface.

Definition at line 72 of file Application.php.

Member Data Documentation

◆ $availableRequestHandlers

TYPO3\CMS\Install\Http\Application::$availableRequestHandlers
protected
Initial value:
= [
\TYPO3\CMS\Install\Http\RequestHandler::class
]

Definition at line 38 of file Application.php.

◆ $bootstrap

TYPO3\CMS\Install\Http\Application::$bootstrap
protected

Definition at line 27 of file Application.php.

◆ $entryPointPath

TYPO3\CMS\Install\Http\Application::$entryPointPath = 'typo3/sysext/install/Start/'
protected

Definition at line 32 of file Application.php.