PHP Trait Contao\CoreBundle\Framework\FrameworkAwareTrait

Show file Open project: contao/core-bundle

Public Methods

Method 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 method

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

setFramework() public method

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