PHP 클래스 Ergo\Http\Status

파일 보기 프로젝트 열기: 99designs/ergo 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $statusCode )
__toString ( )
getCode ( ) : integer
getMessage ( ) : string The message associated with, but not including, the status code.
getStatusLine ( ) : string The full status line.
isOk ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $statusCode )

__toString() 공개 메소드

public __toString ( )

getCode() 공개 메소드

public getCode ( ) : integer
리턴 integer

getMessage() 공개 메소드

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

getStatusLine() 공개 메소드

The full status line.
public getStatusLine ( ) : string
리턴 string

isOk() 공개 메소드

public isOk ( )