Открытые статические члены | |
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
|
static |
Set user consent items.
integer | $userConsentId | User Consent Id. |
array | $items | Items. |
Exception
См. определение в файле userconsentitem.php строка 84
|
static |
Get user consent items.
integer | $userConsentId | User Consent Id. |
Bitrix\Main\ArgumentException
Bitrix\Main\ObjectPropertyException
Bitrix\Main\SystemException
См. определение в файле userconsentitem.php строка 105
|
static |
Get map.
Bitrix\Main\ArgumentException
Bitrix\Main\SystemException
См. определение в файле userconsentitem.php строка 53
|
static |
|
static |
Remove user consent items.
int | $userConsentId | User Consent Id. |
Bitrix\Main\ArgumentException
Bitrix\Main\ObjectPropertyException
Bitrix\Main\SystemException
См. определение в файле userconsentitem.php строка 130