PHP Class Pix_Controller_Helper_Http, pixframework

Inheritance: extends Pix_Helper
Afficher le fichier Open project: pixnet/pixframework

Méthodes publiques

Méthode 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 méthode

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

getFuncs() public static méthode

public static getFuncs ( )

isDelete() public méthode

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

isGet() public méthode

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

isPost() public méthode

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

isPut() public méthode

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