PHP 클래스 Pix_Controller_Helper_Http, pixframework

상속: extends Pix_Helper
파일 보기 프로젝트 열기: pixnet/pixframework

공개 메소드들

메소드 설명
checkModified ( $controller, $options = [] )
getFuncs ( )
isDelete ( $controller ) isDelete 判斷是否為 Delete
isGet ( $controller ) isGet 判斷是否為 GET
isPost ( $controller, $raw = FALSE ) isPost 判斷是否為 POST
isPut ( $controller ) isPut 判斷是否為 Put

메소드 상세

checkModified() 공개 메소드

public checkModified ( $controller, $options = [] )

getFuncs() 공개 정적인 메소드

public static getFuncs ( )

isDelete() 공개 메소드

isDelete 判斷是否為 Delete
public isDelete ( $controller )

isGet() 공개 메소드

isGet 判斷是否為 GET
public isGet ( $controller )

isPost() 공개 메소드

isPost 判斷是否為 POST
public isPost ( $controller, $raw = FALSE )

isPut() 공개 메소드

isPut 判斷是否為 Put
public isPut ( $controller )