예제 #1
0
 /**
  * Returns the root URL from which this request is executed.
  *
  * The base URL never ends with a /.
  *
  * This is similar to getBasePath(), except that it also includes the
  * script filename (e.g. index.php) if one exists.
  *
  * @return string The raw URL (i.e. not urldecoded)
  *
  * @api
  */
 public function getBaseUrl()
 {
     return parent::getBaseUrl();
 }