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

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

static isAcceptedByUser ($userId)
 
static requestFromCurrentUser ()
 
static acceptByCurrentUser ()
 
static getText ($asRichHtml=false)
 
static getErrorText ()
 

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

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

Методы

◆ acceptByCurrentUser()

static acceptByCurrentUser ( )
static

Return true if user accepted agreement.

Возвращает
bool

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

◆ getErrorText()

static getErrorText ( )
static

Get agreement error text.

Возвращает
string

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

◆ getText()

static getText ( $asRichHtml = false)
static

Get agreement text.

Аргументы
bool$asRichHtmlGet as rich html.
Возвращает
string

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

◆ isAcceptedByUser()

static isAcceptedByUser ( $userId)
static

Checks if User have access to module.

Аргументы
integer$userIdUser ID.
Возвращает
bool

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

◆ requestFromCurrentUser()

static requestFromCurrentUser ( )
static

Request agreement accept.

Возвращает
void

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