getURL() public méthode

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