Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Sulu
Bundle
AdminBundle
Widgets
WidgetInterface
PHP Interface Sulu\Bundle\AdminBundle\Widgets\WidgetInterface
显示文件
Open project: sulu/sulu
Public Methods
Method
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
method
returns data to render template.
public
getData
(
array
$options
) :
array
$options
array
return
array
getName()
public
method
return name of widget.
public
getName
( ) :
string
return
string
getTemplate()
public
method
returns template name of widget.
public
getTemplate
( ) :
string
return
string