RequestMethod
in package
Representation of an http request method.
Table of Contents
Constants
Methods
- getType() : int
- Gets the text string for a type.
Constants
DELETE
public
mixed
DELETE
= 5
GET
public
mixed
GET
= 3
POST
public
mixed
POST
= 2
PUT
public
mixed
PUT
= 1
UNKNOWN
public
mixed
UNKNOWN
= 256
Methods
getType()
Gets the text string for a type.
public
static getType(mixed $Method) : int
Parameters
- $Method : mixed
-
string type override.