FullTextBuilder
FinalYes
Table of Contents
Methods
- __construct() : mixed
- addText() : mixed
- Adds arbitrary string content to the builder.
- addUser() : $this
- Adds full user name to the builder.
- create() : mixed
- getSearchValue() : mixed
Methods
__construct()
public
__construct() : mixed
addText()
Adds arbitrary string content to the builder.
public
addText(string $token) : mixed
Parameters
- $token : string
-
Arbitrary string.
Tags
addUser()
Adds full user name to the builder.
public
addUser(int|User|CUser $user) : $this
Parameters
- $user : int|User|CUser
-
Id of the user or User model.
Tags
Return values
$thiscreate()
public
static create() : mixed
getSearchValue()
public
getSearchValue() : mixed