PHP Interface Sulu\Component\SmartContent\ResourceItemInterface

Datei anzeigen Open project: sulu/sulu

Public Methods

Method Description
getId ( ) : string Returns id of item.
getResource ( ) : mixed Returns the resource which belongs to the item.

Method Details

getId() public method

Returns id of item.
public getId ( ) : string
return string

getResource() public method

Returns the resource which belongs to the item.
public getResource ( ) : mixed
return mixed