PHP Класс Neos\Flow\Mvc\Response

Наследование: implements Neos\Flow\Mvc\ResponseInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$content string

Открытые методы

Метод Описание
__toString ( ) : string Returns the content of the response.
appendContent ( string $content ) : void Appends content to the already existing content.
getContent ( ) : string Returns the response content without sending it.
send ( ) : void Sends the response
setContent ( string $content ) : void Overrides and sets the content of the response

Описание методов

__toString() публичный Метод

Returns the content of the response.
public __toString ( ) : string
Результат string

appendContent() публичный Метод

Appends content to the already existing content.
public appendContent ( string $content ) : void
$content string More response content
Результат void

getContent() публичный Метод

Returns the response content without sending it.
public getContent ( ) : string
Результат string The response content

send() публичный Метод

Sends the response
public send ( ) : void
Результат void

setContent() публичный Метод

Overrides and sets the content of the response
public setContent ( string $content ) : void
$content string The response content
Результат void

Описание свойств

$content защищенное свойство

protected string $content
Результат string