Table of Contents
Constants
-
DELETE
= "DELETE"
-
GET
= "GET"
-
OPTIONS
= "OPTIONS"
-
PATCH
= "PATCH"
-
POST
= "POST"
-
PUT
= "PUT"
Properties
-
$method
: string
-
$path
: string
-
$version
: float
Methods
-
__construct()
: mixed
DELETE
public
mixed
DELETE
= "DELETE"
GET
public
mixed
GET
= "GET"
OPTIONS
public
mixed
OPTIONS
= "OPTIONS"
PATCH
public
mixed
PATCH
= "PATCH"
POST
public
mixed
POST
= "POST"
PUT
public
mixed
PUT
= "PUT"
$method
public
string
$method
$path
public
string
$path
$version
public
float
$version
__construct()
public
__construct(string $method, string $path[, float $version = 1 ]) : mixed
Parameters
-
$method
: string
-
-
$path
: string
-
-
$version
: float
= 1
-