Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Sulu
Bundle
AdminBundle
Widgets
WidgetInterface
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