public
ICanBoogie\Routing\RouteCollection
|
#
any( )
any(string $pattern, $controller, array $options=[]) Add a route for any HTTP method.
any(string $pattern, $controller, array $options=[]) Add a route for any HTTP method.
Returns
|
public
ICanBoogie\Routing\RouteCollection
|
#
connect( )
connect(string $pattern, $controller, array $options=[]) Add a route for the HTTP method CONNECT.
connect(string $pattern, $controller, array $options=[]) Add a route for the HTTP method CONNECT.
Returns
|
public
ICanBoogie\Routing\RouteCollection
|
#
delete( )
delete(string $pattern, $controller, array $options=[]) Add a route for the HTTP method DELETE.
delete(string $pattern, $controller, array $options=[]) Add a route for the HTTP method DELETE.
Returns
|
public
ICanBoogie\Routing\RouteCollection
|
#
get( )
get(string $pattern, $controller, array $options=[]) Add a route for the HTTP method GET.
get(string $pattern, $controller, array $options=[]) Add a route for the HTTP method GET.
Returns
|
public
ICanBoogie\Routing\RouteCollection
|
#
head( )
head(string $pattern, $controller, array $options=[]) Add a route for the HTTP method HEAD.
head(string $pattern, $controller, array $options=[]) Add a route for the HTTP method HEAD.
Returns
|
public
ICanBoogie\Routing\RouteCollection
|
#
options( )
options(string $pattern, $controller, array $options=[]) Add a route for the HTTP method OPTIONS.
options(string $pattern, $controller, array $options=[]) Add a route for the HTTP method OPTIONS.
Returns
|
public
ICanBoogie\Routing\RouteCollection
|
#
post( )
post(string $pattern, $controller, array $options=[]) Add a route for the HTTP method POST.
post(string $pattern, $controller, array $options=[]) Add a route for the HTTP method POST.
Returns
|
public
ICanBoogie\Routing\RouteCollection
|
#
put( )
put(string $pattern, $controller, array $options=[]) Add a route for the HTTP method PUT.
put(string $pattern, $controller, array $options=[]) Add a route for the HTTP method PUT.
Returns
|
public
ICanBoogie\Routing\RouteCollection
|
#
patch( )
patch(string $pattern, $controller, array $options=[]) Add a route for the HTTP method PATCH
patch(string $pattern, $controller, array $options=[]) Add a route for the HTTP method PATCH
Returns
|
public
ICanBoogie\Routing\RouteCollection
|
#
trace( )
trace(string $pattern, $controller, array $options=[]) Add a route for the HTTP method TRACE.
trace(string $pattern, $controller, array $options=[]) Add a route for the HTTP method TRACE.
Returns
|