method
public
HttpApplication::end()
Класс: \Bitrix\Main\HttpApplication
Сигнатура
public end([int $status = 0 ][, Response|null $response = null ]) : void
Описание
Русский перевод этого описания пока проверяется. Показан оригинал.
Sends response and then terminates execution.
If there is no $response the method will use Context::$response.
Параметры
$status
int
= 0
$response
Response|null
= null
Возвращаемое значение
void
Исходный файл: source/main/lib/httpapplication.php:305

