コード例 #1
0
 /**
  *
  */
 public function url($route, $full = false)
 {
     $url = $this->httpRequest->getBaseUrl() . $route;
     return $full ? Utils::fullyQualifiedUrl($url) : $url;
 }