You are here

public function Request::getUrl in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/jcalderonzumba/gastonjs/src/NetworkTraffic/Request.php \Zumba\GastonJS\NetworkTraffic\Request::getUrl()

Returns the url where the request is going to be made

Return value

string

File

vendor/jcalderonzumba/gastonjs/src/NetworkTraffic/Request.php, line 59

Class

Request
Class Request @package Zumba\GastonJS\NetworkTraffic

Namespace

Zumba\GastonJS\NetworkTraffic

Code

public function getUrl() {

  //TODO: add isset maybe?
  return $this->data['url'];
}