Documentation

RouterInterface

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

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>
Return values
array<string|int, mixed>

        
On this page

Search results