Bitrix API

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

addText()

Adds arbitrary string content to the builder.

public addText(string $token) : mixed
Parameters
$token : string

Arbitrary string.

Tags
@return

$this.

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
throws
ArgumentException
Return values
$this

        
On this page

Search results