PHP 클래스 Ouzo\Http\ResponseMapper

파일 보기 프로젝트 열기: letsdrink/ouzo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_messages

공개 메소드들

메소드 설명
getMessage ( $code, $default = '500 Internal Server Error' )
getMessageWithHttpProtocol ( $code, $protocol = 'HTTP/1.1 ' )

메소드 상세

getMessage() 공개 정적인 메소드

public static getMessage ( $code, $default = '500 Internal Server Error' )

getMessageWithHttpProtocol() 공개 정적인 메소드

public static getMessageWithHttpProtocol ( $code, $protocol = 'HTTP/1.1 ' )

프로퍼티 상세

$_messages 보호되어 있는 정적으로 프로퍼티

protected static $_messages