Sulu\Bundle\AdminBundle\Widgets\WidgetsHandler::__construct PHP Метод

__construct() публичный Метод

public __construct ( Symfony\Component\Templating\EngineInterface $templateEngine, $widgetGroups )
$templateEngine Symfony\Component\Templating\EngineInterface
    public function __construct(EngineInterface $templateEngine, $widgetGroups)
    {
        $this->templateEngine = $templateEngine;
        $this->widgetGroups = $widgetGroups;
    }