Worker Namespace
Classes
App
link
Build a link to a controller action.
Signature
link(String controller, String action, Object params, [String absoluteUrl]) : String
Parameters
- controller
- Controller path (eg. admin.users)
- Type: String
- action
- Name of the action to link to
- Type: String
- params
- Parameters object
- Type: Object
- [absoluteUrl]
- If given, it will be prefixed
- Type: String
Returns
- String
- The return value is not further described