Located in /Controller/Router/Interface.php (line 29)
Generates a URL path that can be used in URL creation, redirection, etc.
May be passed user params to override ones from URI, Request or even defaults. If passed parameter has a value of null, it's URL variable will be reset to default.
If null is passed as a route name assemble will use the current Route or 'default' if current is not yet set.
Reset is used to signal that all parameters should be reset to it's defaults. Ignoring all URL specified values. User specified params still get precedence.
Encode tells to url encode resulting path parts.
Clear the controller parameter stack
By default, clears all parameters. If a parameter name is given, clears only that parameter; if an array of parameter names is provided, clears each.
Retrieve a single parameter from the controller parameter stack
Retrieve the parameters to pass to helper object constructors
Processes a request and sets its controller and action. If no route was possible, an exception is thrown.
Add or modify a parameter with which to instantiate any helper objects
Set an array of a parameters to pass to helper object constructors
Documentation generated on Mon, 21 Jun 2010 15:29:35 -0400 by phpDocumentor 1.4.3