PHP Interface Sulu\Bundle\AdminBundle\Widgets\WidgetInterface

Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
getData ( array $options ) : array returns data to render template.
getName ( ) : string return name of widget.
getTemplate ( ) : string returns template name of widget.

Method Details

getData() public méthode

returns data to render template.
public getData ( array $options ) : array
$options array
Résultat array

getName() public méthode

return name of widget.
public getName ( ) : string
Résultat string

getTemplate() public méthode

returns template name of widget.
public getTemplate ( ) : string
Résultat string