Table of Contents
Methods
-
ANY()
: void
-
DELETE()
: void
-
GET()
: void
-
PATCH()
: void
-
POST()
: void
-
PUT()
: void
-
route()
: void
ANY()
public
ANY(mixed $Route, mixed $IncludePath) : void
Parameters
-
$Route
: mixed
-
-
$IncludePath
: mixed
-
DELETE()
public
DELETE(mixed $Route, mixed $IncludePath) : void
Parameters
-
$Route
: mixed
-
-
$IncludePath
: mixed
-
GET()
public
GET(mixed $Route, mixed $IncludePath) : void
Parameters
-
$Route
: mixed
-
-
$IncludePath
: mixed
-
PATCH()
public
PATCH(mixed $Route, mixed $IncludePath) : void
Parameters
-
$Route
: mixed
-
-
$IncludePath
: mixed
-
POST()
public
POST(mixed $Route, mixed $IncludePath) : void
Parameters
-
$Route
: mixed
-
-
$IncludePath
: mixed
-
PUT()
public
PUT(mixed $Route, mixed $IncludePath) : void
Parameters
-
$Route
: mixed
-
-
$IncludePath
: mixed
-
route()
public
route(mixed $Route, mixed $IncludePath) : void
Parameters
-
$Route
: mixed
-
-
$IncludePath
: mixed
-