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 wasMatched () Checks if the router matches any of the defined routes
public addConnect (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router
integer POSITION_LAST
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
Page 1 of 5