public getRouteByName (mixed $name) Returns a route object by its name
public getRouteById (mixed $id) Returns a route object by its id
public getRewriteUri () Get rewrite info. This info is read from $_GET[‘_url’]. This returns ‘/’ if the rewrite information cannot be read
public getParams () Returns the processed parameters
public getNamespaceName () Returns the processed namespace name
public getModuleName () Returns the processed module name
public getMatches () Returns the sub expressions in the regular expression matched
public getMatchedRoute () Returns the route that matches the handled URI
public getEventsManager () Returns the internal event manager
public getDI () Returns the internal dependency injector
Page 87 of 382