PHP Class BrowscapPHP\Helper\IniLoader

Afficher le fichier Open project: browscap/browscap-php Class Usage Examples

Méthodes publiques

Méthode 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 méthode

returns the of the remote location for updating the ini file
public getRemoteIniUrl ( ) : string
Résultat string

getRemoteTimeUrl() public méthode

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

getRemoteVersionUrl() public méthode

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

setRemoteFilename() public méthode

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