PHP Class Ergo\Http\ResponseSender

See also: http://tools.ietf.org/html/rfc2616#section-6
ファイルを表示 Open project: 99designs/ergo Class Usage Examples

Public Methods

Method Description
__construct ( Response $response )
send ( ) Sends the headers and body.

Method Details

__construct() public method

public __construct ( Response $response )
$response Response

send() public method

Sends the headers and body.
public send ( )