Documentation

Routing

Interfaces, Classes, Traits and Enums

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.

Table of Contents

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

Constants

ROUTE_PARAM_PATTERN

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

Search results