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

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

static addLogin (Context $context, array $user)
 

Открытые атрибуты

const EMAIL_EVENT = 'NEW_DEVICE_LOGIN'
 

Защищенные статические члены

static findByCookie (Context $context)
 
static findByUserAgent (Context $context)
 
static add (Context $context)
 
static update (EO_UserDevice $device, bool $cookable)
 
static setCookie (string $value)
 
static addDeviceLogin (EO_UserDevice $device, Context $context)
 
static sendEmail (EO_UserDevice $device, EO_UserDeviceLogin $deviceLogin, array $user)
 

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

const COOKIE_NAME = 'UIDD'
 

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

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

Методы

◆ add()

static add ( Context $context)
staticprotected

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

◆ addDeviceLogin()

static addDeviceLogin ( EO_UserDevice $device,
Context $context )
staticprotected

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

◆ addLogin()

static addLogin ( Context $context,
array $user )
static

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

◆ findByCookie()

static findByCookie ( Context $context)
staticprotected

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

◆ findByUserAgent()

static findByUserAgent ( Context $context)
staticprotected

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

◆ sendEmail()

static sendEmail ( EO_UserDevice $device,
EO_UserDeviceLogin $deviceLogin,
array $user )
staticprotected

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

◆ setCookie()

static setCookie ( string $value)
staticprotected

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

◆ update()

static update ( EO_UserDevice $device,
bool $cookable )
staticprotected

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

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

◆ COOKIE_NAME

const COOKIE_NAME = 'UIDD'
protected

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

◆ EMAIL_EVENT

const EMAIL_EVENT = 'NEW_DEVICE_LOGIN'

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