|
1C-Bitrix 25.700.0
|
Открытые статические члены | |
| static | isUnsub (string $status, ?int $requests, ?string $code) |
| static | checkIfConsentRequestLimitExceeded (int $requests, string $code) |
| static | encodeTag (array $fields) |
| static | decodeTag (string $tag) |
См. определение в файле consent.php строка 15
|
static |
check is consent request num is beyond the maximum
| int | $requests | |
| string | $code |
Bitrix\Main\ArgumentException
См. определение в файле consent.php строка 68
|
static |
return unsigned tag
| string | $tag |
Bitrix\Main\ArgumentException
Bitrix\Main\Security\Sign\BadSignatureException
См. определение в файле consent.php строка 100
|
static |
sign $fields with contact parameters
| array | $fields |
| ArgumentNullException | |
Bitrix\Main\ArgumentException
См. определение в файле consent.php строка 81
|
static |
check if status equal 'deny' or consent request num is beyond the maximum
| string | $status | consent status |
| int | null | $requests | int consent requests num |
| string | null | $code |
| ArgumentNullException | |
Bitrix\Main\ArgumentException
Bitrix\Main\ArgumentOutOfRangeException
См. определение в файле consent.php строка 48