PHP Trait Contao\CoreBundle\Framework\FrameworkAwareTrait

Afficher le fichier Open project: contao/core-bundle

Méthodes publiques

Méthode Description
getFramework ( ) : Contao\CoreBundle\Framework\ContaoFrameworkInterface Returns the framework service.
setFramework ( Contao\CoreBundle\Framework\ContaoFrameworkInterface $framework = null ) Sets the framework service.

Method Details

getFramework() public méthode

Returns the framework service.
Deprecation: Deprecated since Contao 4.3, to be removed in Contao 5.0
public getFramework ( ) : Contao\CoreBundle\Framework\ContaoFrameworkInterface
Résultat Contao\CoreBundle\Framework\ContaoFrameworkInterface

setFramework() public méthode

Sets the framework service.
public setFramework ( Contao\CoreBundle\Framework\ContaoFrameworkInterface $framework = null )
$framework Contao\CoreBundle\Framework\ContaoFrameworkInterface