SearchRecord
in package
implements
MetaSearchResultInterface
Search Record for Marketplace Module
Tags
Table of Contents
Interfaces
- MetaSearchResultInterface
- Meta Search Result Interface
Properties
Methods
- __construct() : mixed
- getDescription() : string
- Get description of the Search Record
- getImage() : string
- Get image of the Search Record
- getTitle() : string
- Get title of the Search Record
- getUrl() : string
- Get URL of the Search Record
Properties
$module
public
Module|null
$module
= null
Methods
__construct()
public
__construct(Module $module) : mixed
Parameters
- $module : Module
getDescription()
Get description of the Search Record
public
getDescription() : string
Tags
Return values
stringgetImage()
Get image of the Search Record
public
getImage() : string
Tags
Return values
stringgetTitle()
Get title of the Search Record
public
getTitle() : string
Tags
Return values
stringgetUrl()
Get URL of the Search Record
public
getUrl() : string