Diviner

Class AphrontPHPHTTPSink

Definedsrc/aphront/sink/AphrontPHPHTTPSink.php:8
GroupAphront (Web Stack)
ExtendsAphrontHTTPSink

Concrete HTTP sink which uses "echo" and "header()" to emit data.

Tasks

Unspecified

Methods

protected emitData($data)

parameterswild$data
returnwild
This method is not documented.

protected emitHTTPStatus($code)

parameterswild$code
returnwild
This method is not documented.

protected emitHeader($name, $value)

parameterswild$name
wild$value
returnwild
This method is not documented.