Sylius\Bundle\ShopBundle\Controller\HomepageController::__construct PHP Method

__construct() public method

public __construct ( Symfony\Bundle\FrameworkBundle\Templating\EngineInterface $templatingEngine )
$templatingEngine Symfony\Bundle\FrameworkBundle\Templating\EngineInterface
    public function __construct(EngineInterface $templatingEngine)
    {
        $this->templatingEngine = $templatingEngine;
    }
HomepageController