PHP Class Sulu\Bundle\AdminBundle\Controller\WidgetGroupsController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Afficher le fichier Open project: sulu/sulu

Protected Properties

Свойство Type Description
$widgetsHandler

Méthodes publiques

Méthode Description
groupAction ( string $groupAlias, Request $request ) : Response renders a widget group.

Private Methods

Méthode Description
getWidgetsHandler ( ) : Sulu\Bundle\AdminBundle\Widgets\WidgetsHandlerInterface Returns the widget handler service.

Method Details

groupAction() public méthode

renders a widget group.
public groupAction ( string $groupAlias, Request $request ) : Response
$groupAlias string
$request Symfony\Component\HttpFoundation\Request
Résultat Symfony\Component\HttpFoundation\Response

Property Details

$widgetsHandler protected_oe property

protected $widgetsHandler