SearchRecord
in package
implements
MetaSearchResultInterface
Search Record for User
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
$user
public
User|null
$user
= null
Methods
__construct()
public
__construct(User $user) : mixed
Parameters
- $user : User
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