BrowscapPHP\Helper\IniLoader::getRemoteTimeUrl PHP Method

getRemoteTimeUrl() public method

returns the of the remote location for checking the version of the ini file
public getRemoteTimeUrl ( ) : string
return string
    public function getRemoteTimeUrl()
    {
        return $this->remoteTimeUrl;
    }

Usage Example

 /**
  *
  */
 public function testGetRemoteVerUrl()
 {
     self::assertSame('http://browscap.org/version', $this->object->getRemoteTimeUrl());
 }