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

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

static getTableName ()
 
static getMap ()
 
static addItems (int $userConsentId, array $items)
 
static getItems (int $userConsentId)
 
static removeItems (int $userConsentId)
 

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

Class UserConsentItemTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION @method static EO_UserConsentItem_Query query() @method static EO_UserConsentItem_Result getByPrimary($primary, array $parameters = []) @method static EO_UserConsentItem_Result getById($id) @method static EO_UserConsentItem_Result getList(array $parameters = []) @method static EO_UserConsentItem_Entity getEntity() @method static \Bitrix\Main\UserConsent\Internals\EO_UserConsentItem createObject($setDefaultValues = true) @method static \Bitrix\Main\UserConsent\Internals\EO_UserConsentItem_Collection createCollection() @method static \Bitrix\Main\UserConsent\Internals\EO_UserConsentItem wakeUpObject($row) @method static \Bitrix\Main\UserConsent\Internals\EO_UserConsentItem_Collection wakeUpCollection($rows)

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

Методы

◆ addItems()

static addItems ( int $userConsentId,
array $items )
static

Set user consent items.

Аргументы
integer$userConsentIdUser Consent Id.
array$itemsItems.
Исключения

Exception

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

◆ getItems()

static getItems ( int $userConsentId)
static

Get user consent items.

Аргументы
integer$userConsentIdUser Consent Id.
Возвращает
array
array
Исключения

Bitrix\Main\ArgumentException

Исключения

Bitrix\Main\ObjectPropertyException

Исключения

Bitrix\Main\SystemException

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

◆ getMap()

static getMap ( )
static

Get map.

Возвращает
array
array
Исключения

Bitrix\Main\ArgumentException

Исключения

Bitrix\Main\SystemException

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

◆ getTableName()

static getTableName ( )
static

Get table name.

Возвращает
string

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

◆ removeItems()

static removeItems ( int $userConsentId)
static

Remove user consent items.

Аргументы
int$userConsentIdUser Consent Id.
Исключения

Bitrix\Main\ArgumentException

Исключения

Bitrix\Main\ObjectPropertyException

Исключения

Bitrix\Main\SystemException

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