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
Afficher le fichier Open project: contao/core-bundle Interface Usage Examples

Méthodes publiques

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

Method Details

initialize() public méthode

Initializes the framework.
public initialize ( )

isInitialized() public méthode

Checks if the framework has been initialized.
public isInitialized ( ) : boolean
Résultat boolean