abstract public getRouteId () ...
public setDefaultAction (mixed $actionName) Sets the default action name
abstract public addDelete (mixed $pattern, [mixed $paths]) ...
public setActionSuffix (mixed $actionSuffix) Changes the action method suffix
public clear () Removes all the pre-defined routes
public beforeMatch (mixed $callback) Sets a callback that is called if the route is matched. The developer can implement
public getMatches () Returns the sub expressions in the regular expression matched
public getMatchedRoute () Returns the route that matches the handled URI
public addPost (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router that
abstract public setHttpMethods (mixed $httpMethods) ...
Page 10 of 14