Extends
lithium\action\Controller
Prepare url for command response. This method prepares a url for use with our jsend command
response.
Parameters
- string $url url to respond with.
Returns
array Returns an array with a key of `url` and string value of the url.Source
protected function _url($url = null) {
return array('url' => 'http://' . $url);
}