Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Sulu
Bundle
AdminBundle
Widgets
WidgetInterface
PHP 인터페이스 Sulu\Bundle\AdminBundle\Widgets\WidgetInterface
파일 보기
프로젝트 열기: sulu/sulu
공개 메소드들
메소드
설명
getData
(
array
$options
) :
array
returns data to render template.
getName
( ) :
string
return name of widget.
getTemplate
( ) :
string
returns template name of widget.
메소드 상세
getData()
공개
메소드
returns data to render template.
public
getData
(
array
$options
) :
array
$options
array
리턴
array
getName()
공개
메소드
return name of widget.
public
getName
( ) :
string
리턴
string
getTemplate()
공개
메소드
returns template name of widget.
public
getTemplate
( ) :
string
리턴
string