Example #1
0
 /**
  * @return string
  */
 protected function getAbsoluteUri()
 {
     $base = $this->client->getBaseUri();
     return !empty($this->uri) ? Uri::resolve(new Uri($base . '/'), $this->uri) : $base;
 }