public getDefaults () Returns an array of default parameters
public getControllerName () Returns the processed controller name
public getActionName () Returns the processed action name
public clear () Removes all the pre-defined routes
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 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 addPost (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router that only match if the HTTP method is POST
public addPatch (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router that only match if the HTTP method is PATCH
public addOptions (mixed $pattern, [mixed $paths], [mixed $position]) Add a route to the router that only match if the HTTP method is OPTIONS
Page 88 of 382