PHP 클래스 APIProject

상속: extends APINoun
파일 보기 프로젝트 열기: silverstripe/deploynaut

공개 메소드들

메소드 설명
Link ( ) : string
fetch ( SS_HTTPRequest $request ) : SS_HTTPResponse
index ( SS_HTTPRequest $request ) : SS_HTTPResponse

보호된 메소드들

메소드 설명
createFetch ( ) : SS_HTTPResponse
getFetch ( integer $ID ) : SS_HTTPResponse

메소드 상세

createFetch() 보호된 메소드

protected createFetch ( ) : SS_HTTPResponse
리턴 SS_HTTPResponse

fetch() 공개 메소드

public fetch ( SS_HTTPRequest $request ) : SS_HTTPResponse
$request SS_HTTPRequest
리턴 SS_HTTPResponse

getFetch() 보호된 메소드

protected getFetch ( integer $ID ) : SS_HTTPResponse
$ID integer
리턴 SS_HTTPResponse

index() 공개 메소드

public index ( SS_HTTPRequest $request ) : SS_HTTPResponse
$request SS_HTTPRequest
리턴 SS_HTTPResponse