PHP Interface Sulu\Component\SmartContent\ItemInterface

Inheritance: extends Sulu\Component\SmartContent\ResourceItemInterface
Datei anzeigen Open project: sulu/sulu

Public Methods

Method Description
getImage ( ) : string Returns URL to image.
getTitle ( ) : string Returns title of the item.

Method Details

getImage() public method

Returns URL to image.
public getImage ( ) : string
return string

getTitle() public method

Returns title of the item.
public getTitle ( ) : string
return string