PHP Class Ergo\Http\Status

Afficher le fichier Open project: 99designs/ergo Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public __construct ( $statusCode )

__toString() public méthode

public __toString ( )

getCode() public méthode

public getCode ( ) : integer
Résultat integer

getMessage() public méthode

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

getStatusLine() public méthode

The full status line.
public getStatusLine ( ) : string
Résultat string

isOk() public méthode

public isOk ( )