RouterInterface
in
Table of Contents
Constants
- CLASS_METHOD = 'renderPage'
- REGEXP_ROUTE_VARIABLE_EXPRESSION = "(:([^{}]*|\\{([^{}]*|\\{[^{}]*\\})*\\})*)?"
Methods
- getHttpVerbs() : array<string|int, mixed>
- defines http default verbs
- getRoutes() : array<string|int, mixed>
- gets routes
Constants
CLASS_METHOD
public
mixed
CLASS_METHOD
= 'renderPage'
REGEXP_ROUTE_VARIABLE_EXPRESSION
public
mixed
REGEXP_ROUTE_VARIABLE_EXPRESSION
= "(:([^{}]*|\\{([^{}]*|\\{[^{}]*\\})*\\})*)?"
Methods
getHttpVerbs()
defines http default verbs
public
getHttpVerbs() : array<string|int, mixed>
Return values
array<string|int, mixed>getRoutes()
gets routes
public
getRoutes() : array<string|int, mixed>