getURL() public method

Returns the URL for this site
public getURL ( ) : string
return string The URL
Beispiel #1
0
 public function testElggSiteGetUrl()
 {
     $this->site->url = 'http://example.com/';
     $this->assertIdentical($this->site->getURL(), 'http://example.com/');
 }