PHP Class Ergo\Http\Status

Show file Open project: 99designs/ergo Class Usage Examples

Public Methods

Method Description
__construct ( $statusCode )
__toString ( )
getCode ( ) : integer
getMessage ( ) : string The message associated with, but not including, the status code.
getStatusLine ( ) : string The full status line.
isOk ( )

Method Details

__construct() public method

public __construct ( $statusCode )

__toString() public method

public __toString ( )

getCode() public method

public getCode ( ) : integer
return integer

getMessage() public method

The message associated with, but not including, the status code.
public getMessage ( ) : string
return string

getStatusLine() public method

The full status line.
public getStatusLine ( ) : string
return string

isOk() public method

public isOk ( )