getURL() публичный Метод

Returns the URL for this site
public getURL ( ) : string
Результат string The URL
Пример #1
0
 public function testElggSiteGetUrl()
 {
     $this->site->url = 'http://example.com/';
     $this->assertIdentical($this->site->getURL(), 'http://example.com/');
 }