PHP Класс BrowscapPHP\Helper\IniLoader

Автор: Thomas Müller ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

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

returns the of the remote location for updating the ini file
public getRemoteIniUrl ( ) : string
Результат string

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

returns the of the remote location for checking the version of the ini file
public getRemoteTimeUrl ( ) : string
Результат string

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

returns the of the remote location for checking the version of the ini file
public getRemoteVersionUrl ( ) : string
Результат string

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

sets the name of the local ini file
public setRemoteFilename ( string $name = null ) : IniLoader
$name string the file name
Результат IniLoader