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

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

 __construct ()
 
 getUserId ()
 
 setUserId (?int $userId)
 
 getApplicationId ()
 
 setApplicationId (?string $applicationId)
 
 getApplicationPasswordId ()
 
 setApplicationPasswordId (?int $applicationPasswordId)
 
 getStoredAuthId ()
 
 setStoredAuthId (?int $storedAuthId)
 
 getHitAuthId ()
 
 setHitAuthId (?int $hitAuthId)
 
 getStoredAuthHash ()
 
 setStoredAuthHash (?string $storedAuthHash)
 
 jsonSerialize ()
 

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

static jsonDecode (string $json)
 

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

 $userId
 
 $applicationId
 
 $applicationPasswordId
 
 $storedAuthId
 
 $storedAuthHash
 
 $hitAuthId
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( )

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

Методы

◆ getApplicationId()

getApplicationId ( )
Возвращает
string|null

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

◆ getApplicationPasswordId()

getApplicationPasswordId ( )
Возвращает
int|null

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

◆ getHitAuthId()

getHitAuthId ( )
Возвращает
int|null

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

◆ getStoredAuthHash()

getStoredAuthHash ( )
Возвращает
string|null

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

◆ getStoredAuthId()

getStoredAuthId ( )
Возвращает
int|null

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

◆ getUserId()

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

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

◆ jsonDecode()

static jsonDecode ( string $json)
static
Аргументы
string$json
Возвращает
Context

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

◆ jsonSerialize()

jsonSerialize ( )

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

◆ setApplicationId()

setApplicationId ( ?string $applicationId)
Аргументы
string | null$applicationId
Возвращает
Context

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

◆ setApplicationPasswordId()

setApplicationPasswordId ( ?int $applicationPasswordId)
Аргументы
int | null$applicationPasswordId
Возвращает
Context

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

◆ setHitAuthId()

setHitAuthId ( ?int $hitAuthId)
Аргументы
int | null$hitAuthId
Возвращает
Context

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

◆ setStoredAuthHash()

setStoredAuthHash ( ?string $storedAuthHash)
Аргументы
string | null$storedAuthHash
Возвращает
Context

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

◆ setStoredAuthId()

setStoredAuthId ( ?int $storedAuthId)
Аргументы
int | null$storedAuthId
Возвращает
Context

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

◆ setUserId()

setUserId ( ?int $userId)
Аргументы
int | null$userId
Возвращает
Context

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

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

◆ $applicationId

$applicationId
protected

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

◆ $applicationPasswordId

$applicationPasswordId
protected

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

◆ $hitAuthId

$hitAuthId
protected

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

◆ $storedAuthHash

$storedAuthHash
protected

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

◆ $storedAuthId

$storedAuthId
protected

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

◆ $userId

$userId
protected

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