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

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

 getUserById (int $id)
 
 initUser (array $userData)
 

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

static getInstance ()
 

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

 prepareUserData (array $userData)
 
 getUserFromDb (int $id)
 
 isExtranet (array $params)
 
 isNetwork (array $params)
 
 isBot (array $params)
 
 isConnector (array $params)
 
 getColor (array $userData)
 
 getColorByUserIdAndGender (int $id, string $gender)
 
 isExternal (array $params)
 
 getCache (int $id)
 
 saveInCache (Cache $cache, array $userData)
 

Статические защищенные данные

static self $instance
 

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

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

Методы

◆ getCache()

getCache ( int $id)
protected

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

◆ getColor()

getColor ( array $userData)
protected

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

◆ getColorByUserIdAndGender()

getColorByUserIdAndGender ( int $id,
string $gender )
protected

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

◆ getInstance()

static getInstance ( )
static

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

◆ getUserById()

getUserById ( int $id)

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

◆ getUserFromDb()

getUserFromDb ( int $id)
protected

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

◆ initUser()

initUser ( array $userData)

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

◆ isBot()

isBot ( array $params)
protected

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

◆ isConnector()

isConnector ( array $params)
protected

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

◆ isExternal()

isExternal ( array $params)
protected

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

◆ isExtranet()

isExtranet ( array $params)
protected

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

◆ isNetwork()

isNetwork ( array $params)
protected

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

◆ prepareUserData()

prepareUserData ( array $userData)
protected

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

◆ saveInCache()

saveInCache ( Cache $cache,
array $userData )
protected

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

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

◆ $instance

self $instance
staticprotected

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