См. определение в файле service.php строка 18
◆ __construct()
__construct |
( |
| $type, |
|
|
| $externalId ) |
Service constructor.
- Аргументы
-
string | $type | Type. |
string | $externalId | External ID. |
См. определение в файле service.php строка 59
◆ answerData()
static answerData |
( |
array | $data = array() | ) |
|
|
staticprotected |
◆ answerError()
static answerError |
( |
| $code = null, |
|
|
| $text = null ) |
|
staticprotected |
◆ checkSecurityCode()
checkSecurityCode |
( |
| $securityCode | ) |
|
Check security code.
- Аргументы
-
- Возвращает
- bool
См. определение в файле service.php строка 315
◆ create()
static create |
( |
| $type, |
|
|
| $externalId ) |
|
static |
Create instance.
- Аргументы
-
string | $type | Type. |
string | $externalId | External ID. |
- Возвращает
- static
См. определение в файле service.php строка 48
◆ getData()
static getData |
( |
| $type, |
|
|
| $externalId ) |
|
staticprotected |
◆ getErrorCollection()
Get error collection.
- Возвращает
- ErrorCollection
См. определение в файле service.php строка 325
◆ handle()
Handle web hook.
- Аргументы
-
Payload\Batch | $payload | Payload instance. |
- Возвращает
- $this
См. определение в файле service.php строка 187
◆ queryHookRegister()
static queryHookRegister |
( |
| $methodName, |
|
|
array | $parameters ) |
|
staticprotected |
◆ register()
register |
( |
array | $parameters = [] | ) |
|
Register web hook.
- Аргументы
-
array | $parameters | Parameters. |
- Возвращает
- bool
См. определение в файле service.php строка 201
◆ registerForm()
static registerForm |
( |
| $formId | ) |
|
|
static |
◆ remove()
Remove web hook.
- Возвращает
- bool
См. определение в файле service.php строка 263
◆ unregisterForm()
static unregisterForm |
( |
| $formId | ) |
|
|
static |
◆ $data
◆ $errorCollection
◆ $errors
◆ $externalId
◆ $payload
◆ $type
◆ ANSWER_ERROR_NO_CODE
const ANSWER_ERROR_NO_CODE = '002' |
◆ ANSWER_ERROR_NO_EXT_ID
const ANSWER_ERROR_NO_EXT_ID = '003' |
◆ ANSWER_ERROR_NO_PAYLOAD
const ANSWER_ERROR_NO_PAYLOAD = '004' |
◆ ANSWER_ERROR_NO_SEC_CODE
const ANSWER_ERROR_NO_SEC_CODE = '005' |
◆ ANSWER_ERROR_SYSTEM
const ANSWER_ERROR_SYSTEM = '001' |
◆ ANSWER_ERROR_WRONG_SEC_CODE
const ANSWER_ERROR_WRONG_SEC_CODE = '006' |