Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Response
+ Граф наследования:Response:

Открытые члены

 __construct ()
 
 clear ()
 
 flush ($text='')
 
 setContent ($content)
 
 appendContent ($content)
 
 getContent ()
 
 send ()
 

Защищенные члены

 checkContent ($content)
 
 writeBody ($text)
 

Защищенные данные

 $content
 

Подробное описание

См. определение в файле response.php строка 4

Конструктор(ы)

◆ __construct()

__construct ( )

Переопределяется в HttpResponse.

См. определение в файле response.php строка 9

Методы

◆ appendContent()

appendContent ( $content)

Appends content. Valid types are strings, numbers, null, and objects that implement a __toString() method.

Аргументы
mixed$contentContent that can be cast to string.
Возвращает
$this
Исключения
ArgumentTypeException

См. определение в файле response.php строка 52

◆ checkContent()

checkContent ( $content)
protected

См. определение в файле response.php строка 64

◆ clear()

clear ( )

См. определение в файле response.php строка 13

◆ flush()

flush ( $text = '')

Переопределяется в HttpResponse.

См. определение в файле response.php строка 17

◆ getContent()

getContent ( )

Returns content of response.

Возвращает
string

Переопределяется в Response.

См. определение в файле response.php строка 79

◆ send()

send ( )

Sends content to the output.

Возвращает
void

Переопределяется в File, Json, OpenDesktopApp, OpenMobileApp, Redirect и Archive.

См. определение в файле response.php строка 89

◆ setContent()

setContent ( $content)

Sets content. Valid types are strings, numbers, null, and objects that implement a __toString() method.

Аргументы
mixed$contentContent that can be cast to string.
Возвращает
$this
Исключения
ArgumentTypeException

Переопределяется в Response.

См. определение в файле response.php строка 31

◆ writeBody()

writeBody ( $text)
protected

См. определение в файле response.php строка 94

Данные класса

◆ $content

$content
protected

См. определение в файле response.php строка 7