PHP Interface Contao\CoreBundle\ContaoFrameworkInterface

Deprecation: Deprecated since Contao 4.1, to be removed in Contao 5; use the Contao\CoreBundle\Framework\ContaoFrameworkInterface interface instead
Mostrar archivo Open project: contao/core-bundle Interface Usage Examples

Public Methods

Method Description
initialize ( ) Initializes the framework.
isInitialized ( ) : boolean Checks if the framework has been initialized.

Method Details

initialize() public method

Initializes the framework.
public initialize ( )

isInitialized() public method

Checks if the framework has been initialized.
public isInitialized ( ) : boolean
return boolean