public getDefaults () Returns an array of default parameters
public setUriSource (mixed $uriSource) Sets the URI source. One of the URI_SOURCE_* constants
public getDI () Returns the internal dependency injector
public setDefaultController (mixed $controllerName) Sets the default controller name
public addOptions (mixed $pattern, [mixed $paths], [mixed $position]) Add a route to the router
public setDefaults (array $defaults) Sets an array of default paths. If a route is missing a path the router will
public getRoutes () Returns all the routes defined in the router
public addGet (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router that
public getRouteById (mixed $id) Returns a route object by its id
public addHead (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router that
Page 1 of 5