Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс ChatIndex

Открытые члены

 isEmptyUsers ()
 
 getRowTitle ()
 
 getClearedTitle ()
 
 setTitle (string $title)
 
 getChatId ()
 
 setChatId (int $chatId)
 
 getRowUserNameList ()
 
 getClearedUserList ()
 
 setUserList (array $users)
 

Открытые статические члены

static create ()
 
static clearText (string $text)
 
static matchAgainstWildcard ($phrase, $leftWildcard='+', $rightWildcard=' *', $minTokenSize=null)
 

Подробное описание

См. определение в файле chatindex.php строка 7

Методы

◆ clearText()

static clearText ( string $text)
static

removes all special characters found in the text

См. также
\Bitrix\Im\Internals\ChatIndex::CHARS_TO_REPLACE
Аргументы
string$text
Возвращает
string

См. определение в файле chatindex.php строка 120

◆ create()

static create ( )
static

См. определение в файле chatindex.php строка 20

◆ getChatId()

getChatId ( )
Возвращает
int

См. определение в файле chatindex.php строка 64

◆ getClearedTitle()

getClearedTitle ( )

См. определение в файле chatindex.php строка 45

◆ getClearedUserList()

getClearedUserList ( )
Возвращает
array

См. определение в файле chatindex.php строка 91

◆ getRowTitle()

getRowTitle ( )
Возвращает
string

См. определение в файле chatindex.php строка 40

◆ getRowUserNameList()

getRowUserNameList ( )
Возвращает
array

См. определение в файле chatindex.php строка 83

◆ isEmptyUsers()

isEmptyUsers ( )
Возвращает
bool

См. определение в файле chatindex.php строка 32

◆ matchAgainstWildcard()

static matchAgainstWildcard ( $phrase,
$leftWildcard = '+',
$rightWildcard = '*',
$minTokenSize = null )
static

См. определение в файле chatindex.php строка 128

◆ setChatId()

setChatId ( int $chatId)
Аргументы
int$chatId
Возвращает
ChatIndex

См. определение в файле chatindex.php строка 73

◆ setTitle()

setTitle ( string $title)
Аргументы
string$title
Возвращает
ChatIndex

См. определение в файле chatindex.php строка 54

◆ setUserList()

setUserList ( array $users)
Аргументы
array$users
Возвращает
ChatIndex

См. определение в файле chatindex.php строка 106