|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct () | |
| clear () | |
| flush ($text='') | |
| setContent ($content) | |
| appendContent ($content) | |
| getContent () | |
| send () | |
Защищенные члены | |
| checkContent ($content) | |
| writeBody ($text) | |
Защищенные данные | |
| $content | |
См. определение в файле response.php строка 4
| __construct | ( | ) |
Переопределяется в HttpResponse.
См. определение в файле response.php строка 9
| appendContent | ( | $content | ) |
Appends content. Valid types are strings, numbers, null, and objects that implement a __toString() method.
| mixed | $content | Content that can be cast to string. |
| ArgumentTypeException |
См. определение в файле response.php строка 52
|
protected |
См. определение в файле response.php строка 64
| clear | ( | ) |
См. определение в файле response.php строка 13
| flush | ( | $text = '' | ) |
Переопределяется в HttpResponse.
См. определение в файле response.php строка 17
| getContent | ( | ) |
Returns content of response.
Переопределяется в Response.
См. определение в файле response.php строка 79
| send | ( | ) |
Sends content to the output.
Переопределяется в File, Json, OpenDesktopApp, OpenMobileApp, Redirect и Archive.
См. определение в файле response.php строка 89
| setContent | ( | $content | ) |
Sets content. Valid types are strings, numbers, null, and objects that implement a __toString() method.
| mixed | $content | Content that can be cast to string. |
| ArgumentTypeException |
Переопределяется в Response.
См. определение в файле response.php строка 31
|
protected |
См. определение в файле response.php строка 94
|
protected |
См. определение в файле response.php строка 7