PHP Class Neos\Flow\Mvc\Response

Inheritance: implements Neos\Flow\Mvc\ResponseInterface
Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$content string

Méthodes publiques

Méthode Description
__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

Method Details

__toString() public méthode

Returns the content of the response.
public __toString ( ) : string
Résultat string

appendContent() public méthode

Appends content to the already existing content.
public appendContent ( string $content ) : void
$content string More response content
Résultat void

getContent() public méthode

Returns the response content without sending it.
public getContent ( ) : string
Résultat string The response content

send() public méthode

Sends the response
public send ( ) : void
Résultat void

setContent() public méthode

Overrides and sets the content of the response
public setContent ( string $content ) : void
$content string The response content
Résultat void

Property Details

$content protected_oe property

protected string $content
Résultat string