Полный список членов класса Component, включая наследуемые из базового класса
$content | Response | protected |
$cookies | HttpResponse | protected |
$data | Json | protected |
$headers | HttpResponse | protected |
$jsonEncodingOptions | Json | protected |
$lastModified | HttpResponse | protected |
__construct($componentName, $componentTemplate='', array $componentParams=[], array $additionalResponseParams=[], $dataKeys=[]) | Component | |
Bitrix::Main::Engine::Response::HtmlContent::__construct(ContentAreaInterface $content, $status=self::STATUS_SUCCESS, ErrorCollection $errorCollection=null, array $additionalResponseParams=[]) | HtmlContent | |
Bitrix::Main::Engine::Response::AjaxJson::__construct($data=null, $status=self::STATUS_SUCCESS, ErrorCollection $errorCollection=null) | AjaxJson | |
Bitrix::Main::Engine::Response::Json::__construct($data=null, $options=0) | Json | |
Bitrix::Main::HttpResponse::__construct() | HttpResponse | |
addCookie(Web\Cookie $cookie, $replace=true, $checkExpires=true) | HttpResponse | |
addHeader($name, $value='') | HttpResponse | |
allowPersistentCookies($mode) | HttpResponse | |
appendContent($content) | Response | |
checkContent($content) | Response | protected |
clear() | Response | |
collectAssetsPathList() | HtmlContent | protected |
copyHeadersTo(HttpResponse $response) | HttpResponse | |
createDenied(ErrorCollection $errorCollection=null, $data=null) | AjaxJson | static |
createError(ErrorCollection $errorCollection=null, $data=null) | AjaxJson | static |
createSuccess($data=null) | AjaxJson | static |
flush($text='') | HttpResponse | |
flushHeader($header) | HttpResponse | protected |
flushStatus() | HttpResponse | protected |
getContent() | Response | |
getCookies() | HttpResponse | |
getCssList() | HtmlContent | protected |
getErrorByCode($code) | AjaxJson | |
getErrors() | AjaxJson | |
getHeaders() | HttpResponse | |
getJsList() | HtmlContent | protected |
getServerProtocol() | HttpResponse | protected |
getStatus() | HttpResponse | |
getStringList() | HtmlContent | protected |
redirectTo($url) | HttpResponse | |
send() | Json | |
setContent($content) | Response | |
setCookie(Web\Cookie $cookie) | HttpResponse | protected |
setData($data) | AjaxJson | |
setHeaders(Web\HttpHeaders $headers) | HttpResponse | |
setLastModified(Type\DateTime $time) | HttpResponse | |
setStatus($status) | HttpResponse | |
STATUS_DENIED | AjaxJson | |
STATUS_ERROR | AjaxJson | |
STATUS_SUCCESS | AjaxJson | |
STORE_COOKIE_NAME | HttpResponse | |
writeBody($text) | Response | protected |