Example #1
0
 /**
  * Get current URL
  *
  * @return string
  */
 public function getCurrentUrl()
 {
     $url = $this->request->getUri();
     return $url;
 }