getUrl() public static method

Get the domain url
public static getUrl ( ) : string
return string
Exemplo n.º 1
0
 /**
  * Return the site url itself
  *
  * @uses    : To get the site url
  * @example : http://mysite.com/
  * @return string
  */
 public function getSiteUrl()
 {
     return Env::getUrl();
 }