PHP Class BrowscapPHP\Helper\IniLoader

Datei anzeigen Open project: browscap/browscap-php Class Usage Examples

Public Methods

Method Description
getRemoteIniUrl ( ) : string returns the of the remote location for updating the ini file
getRemoteTimeUrl ( ) : string returns the of the remote location for checking the version of the ini file
getRemoteVersionUrl ( ) : string returns the of the remote location for checking the version of the ini file
setRemoteFilename ( string $name = null ) : IniLoader sets the name of the local ini file

Method Details

getRemoteIniUrl() public method

returns the of the remote location for updating the ini file
public getRemoteIniUrl ( ) : string
return string

getRemoteTimeUrl() public method

returns the of the remote location for checking the version of the ini file
public getRemoteTimeUrl ( ) : string
return string

getRemoteVersionUrl() public method

returns the of the remote location for checking the version of the ini file
public getRemoteVersionUrl ( ) : string
return string

setRemoteFilename() public method

sets the name of the local ini file
public setRemoteFilename ( string $name = null ) : IniLoader
$name string the file name
return IniLoader