If crossroads should try to match this Route even after matching another Route.
Object used to configure parameters/segments validation rules.
Signal dispatched every time a request "leaves" the route.
Add a listener to the signal.
Signal handler function.
The priority level of the event listener. Listeners with higher priority will be executed before listeners with lower priority. Listeners with same priority level will be executed at the same order as they were added. (default = 0)
Remove route from crossroads and destroy it, releasing memory.
any
Return a string that matches the route replacing the capturing groups with the values provided in the replacements object.
string
Test if Route matches against request. Return true if request validate against route rules and pattern.
boolean