Public Member Functions | |
url (array $urlOptions=array(), $name=null, $reset=false, $encode=true) |
Definition at line 34 of file Url.php.
url | ( | array $ | urlOptions = array() , |
$ | name = null , |
||
$ | reset = false , |
||
$ | encode = true |
||
) |
Generates an url given the name of a route.
public
array | $urlOptions | Options passed to the assemble method of the Route object. |
mixed | $name | The name of a Route to use. If null it will use the current Route |
bool | $reset | Whether or not to reset the route defaults with those provided |