Documentation

Routing

Table of Contents

Classes

RouteNotRegistered
Represents the scenario when a handler is not associated with a given route.
RouteParamMap
Contains route parameters
RouteParamNotExists
Represents the scenario when a route param does not exist.

Constants

ROUTE_PARAM_PATTERN  = "/\\{([[:alpha:]]+)\\}/"

Constants

ROUTE_PARAM_PATTERN

public mixed ROUTE_PARAM_PATTERN = "/\\{([[:alpha:]]+)\\}/"

        
On this page

Search results