PHP 클래스 Roller\Plugin\RESTful\BaseHandler

상속: extends Roller\Controller
파일 보기 프로젝트 열기: c9s/roller

공개 프로퍼티들

프로퍼티 타입 설명
$data
$message

공개 메소드들

메소드 설명
__construct ( )
authenticate ( )
codeAccepted ( )
codeBadRequest ( )
codeCreated ( )
codeForbidden ( )
codeNoContent ( )
codeNotFound ( )
codeOk ( ) HTTP Status Code:
getClass ( )
init ( ) init function

메소드 상세

__construct() 공개 메소드

public __construct ( )

authenticate() 공개 메소드

public authenticate ( )

codeAccepted() 공개 메소드

public codeAccepted ( )

codeBadRequest() 공개 메소드

public codeBadRequest ( )

codeCreated() 공개 메소드

public codeCreated ( )

codeForbidden() 공개 메소드

public codeForbidden ( )

codeNoContent() 공개 메소드

public codeNoContent ( )

codeNotFound() 공개 메소드

public codeNotFound ( )

codeOk() 공개 메소드

HTTP Status Code:
public codeOk ( )

getClass() 공개 메소드

public getClass ( )

init() 공개 메소드

init function
public init ( )

프로퍼티 상세

$data 공개적으로 프로퍼티

public $data

$message 공개적으로 프로퍼티

public $message