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

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

 __construct ()
 

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

static getInstance ()
 
static getList (array $parameters)
 
static loadFromDB ($parameters)
 
static getFirstId ($personTypeId, $userId)
 
static checkCorrect ($profileId, $personTypeId, $userId)
 
static loadProfiles ($userId, $personTypeId=null, $profileId=null)
 
static getProfileValues ($profileId)
 

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

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

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

◆ __construct()

__construct ( )

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

Методы

◆ checkCorrect()

static checkCorrect ( $profileId,
$personTypeId,
$userId )
static
Аргументы
$profileId
$personTypeId
$userId
Возвращает
bool

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

◆ getFirstId()

static getFirstId ( $personTypeId,
$userId )
static
Аргументы
$personTypeId
$userId
Возвращает
bool

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

◆ getInstance()

static getInstance ( )
static
Возвращает
OrderUserProperties

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

◆ getList()

static getList ( array $parameters)
static
Аргументы
array$parameters
Возвращает
\Bitrix\Main\DB\Result

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

◆ getProfileValues()

static getProfileValues ( $profileId)
static

Get customer profile values

Аргументы
$profileId
Возвращает
array

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

◆ loadFromDB()

static loadFromDB ( $parameters)
static
Аргументы
$parameters

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

◆ loadProfiles()

static loadProfiles ( $userId,
$personTypeId = null,
$profileId = null )
static

Collect profile information

Аргументы
int$userId
int | null$personTypeId
int | null$profileId
Возвращает
Result

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