PHP Class Pix_Controller_Helper_Http, pixframework

Inheritance: extends Pix_Helper
Show file Open project: pixnet/pixframework

Public Methods

Method Description
checkModified ( $controller, $options = [] )
getFuncs ( )
isDelete ( $controller ) isDelete 判斷是否為 Delete
isGet ( $controller ) isGet 判斷是否為 GET
isPost ( $controller, $raw = FALSE ) isPost 判斷是否為 POST
isPut ( $controller ) isPut 判斷是否為 Put

Method Details

checkModified() public method

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

getFuncs() public static method

public static getFuncs ( )

isDelete() public method

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

isGet() public method

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

isPost() public method

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

isPut() public method

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