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

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

 setFace (string $face)
 
 setModuleId (string $moduleId)
 
 setUserId (int $userId)
 
 setIsManual ()
 
 isManualOperation ()
 

Защищенные члены

 setUserIdFromCurrent ()
 

Защищенные данные

const FACE_WEB = 'web'
 
const FACE_MOBILE = 'mob'
 
const FACE_REST = 'rest'
 
const FACE_BIZPROC = 'bizproc'
 
string $face = self::FACE_WEB
 
string $moduleId = 'bizproc'
 
int $userId
 
bool $isManual = false
 

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

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

Методы

◆ isManualOperation()

isManualOperation ( )

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

◆ setFace()

setFace ( string $face)

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

◆ setIsManual()

setIsManual ( )

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

◆ setModuleId()

setModuleId ( string $moduleId)

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

◆ setUserId()

setUserId ( int $userId)

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

◆ setUserIdFromCurrent()

setUserIdFromCurrent ( )
protected

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

Данные класса

◆ $face

string $face = self::FACE_WEB
protected

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

◆ $isManual

bool $isManual = false
protected

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

◆ $moduleId

string $moduleId = 'bizproc'
protected

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

◆ $userId

int $userId
protected

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

◆ FACE_BIZPROC

const FACE_BIZPROC = 'bizproc'
protected

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

◆ FACE_MOBILE

const FACE_MOBILE = 'mob'
protected

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

◆ FACE_REST

const FACE_REST = 'rest'
protected

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

◆ FACE_WEB

const FACE_WEB = 'web'
protected

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