public getActionName () Returns the processed action name
public addTrace (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router that only match if the HTTP method is TRACE
public addPut (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router that only match if the HTTP method is PUT
public getControllerName () Returns the processed controller name
public addPurge (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router that only match if the HTTP method is PURGE (Squid and Varnish support)
public getDefaults () Returns an array of default parameters
public clear () Removes all the pre-defined routes
public addOptions (mixed $pattern, [mixed $paths], [mixed $position]) Add a route to the router that only match if the HTTP method is OPTIONS
public addConnect (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router that only match if the HTTP method is CONNECT
public addGet (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router that only match if the HTTP method is GET
Page 88 of 382