SearchRecord
in package
implements
MetaSearchResultInterface
Search Record for Content
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
$content
public
Content|null
$content
= null
$keyword
public
string|null
$keyword
= null
Methods
__construct()
public
__construct(Content $content[, string|null $keyword = null ]) : mixed
Parameters
- $content : Content
- $keyword : string|null = null
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