프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$header | string | ||
$template | string | ||
$templateEngine | Symfony\Component\Templating\EngineInterface | ||
$widgetGroups | array | ||
$widgets | Sulu\Bundle\AdminBundle\Widgets\WidgetInterface[] |
메소드 | 설명 | |
---|---|---|
__construct ( Symfony\Component\Templating\EngineInterface $templateEngine, $widgetGroups ) | ||
addWidget ( Sulu\Bundle\AdminBundle\Widgets\WidgetInterface $widget, $alias ) | ||
hasWidgetGroup ( $groupAlias ) | ||
render ( array $aliases, array $parameters = [] ) : string | renders widgets for given aliases. | |
renderWidgetGroup ( string $groupAlias, array $parameters = [] ) : string | renders a widget group. |
public __construct ( Symfony\Component\Templating\EngineInterface $templateEngine, $widgetGroups ) | ||
$templateEngine | Symfony\Component\Templating\EngineInterface |
public addWidget ( Sulu\Bundle\AdminBundle\Widgets\WidgetInterface $widget, $alias ) | ||
$widget | Sulu\Bundle\AdminBundle\Widgets\WidgetInterface |
protected EngineInterface,Symfony\Component\Templating $templateEngine | ||
리턴 | Symfony\Component\Templating\EngineInterface |