|
1C-Bitrix 25.700.0
|
Открытые члены | |
| addMessage (string $message, string $type) | |
| setPayload (mixed $payload) | |
| isSendable () | |
| Открытые члены унаследованные от GridResponse | |
| send () | |
Grid's response for bitrix:main.ui.grid component.
См. определение в файле gridresponse.php строка 12
| addMessage | ( | string | $message, |
| string | $type ) |
Add message to response.
| string | $message | |
| string | $type | constant of MessageType class e.g. MessageType::ERROR |
См. определение в файле gridresponse.php строка 30
| isSendable | ( | ) |
@inheritDoc
Замещает GridResponse.
См. определение в файле gridresponse.php строка 55
| setPayload | ( | mixed | $payload | ) |
Add payload to response.
| mixed | $payload |
См. определение в файле gridresponse.php строка 45