HumHub Documentation (unofficial)

SearchRecord
in package
implements MetaSearchResultInterface

Search Record for Content

Tags
author

luke

since
1.16

Table of Contents

Interfaces

MetaSearchResultInterface
Meta Search Result Interface

Properties

$content  : Content|null
$keyword  : string|null

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

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
inheritdoc
Return values
string

getImage()

Get image of the Search Record

public getImage() : string
Tags
inheritdoc
Return values
string

getTitle()

Get title of the Search Record

public getTitle() : string
Tags
inheritdoc
Return values
string

getUrl()

Get URL of the Search Record

public getUrl() : string
Tags
inheritdoc
Return values
string

        
On this page

Search results