Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Sulu
Component
SmartContent
DatasourceItemInterface
PHP Interface Sulu\Component\SmartContent\DatasourceItemInterface
Show file
Open project: sulu/sulu
Public Methods
Method
Description
getId
( ) :
string
Returns id of item.
getImage
( ) :
string
Returns URL to image.
getPath
( ) :
string
Returns full qualified title of item.
getTitle
( ) :
string
Returns title of the item.
Method Details
getId()
public
method
Returns id of item.
public
getId
( ) :
string
return
string
getImage()
public
method
Returns URL to image.
public
getImage
( ) :
string
return
string
getPath()
public
method
For example path or breadcrumb.
public
getPath
( ) :
string
return
string
getTitle()
public
method
Returns title of the item.
public
getTitle
( ) :
string
return
string