PHP Interface Sulu\Component\SmartContent\DatasourceItemInterface

Mostrar archivo 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