PHP Класс BrowscapPHP\Formatter\LegacyFormatter

Автор: Christoph Ziegenberg ([email protected])
Автор: Thomas Müller ([email protected])
Наследование: implements BrowscapPHP\Formatter\FormatterInterface
Показать файл Открыть проект

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

Метод Описание
__construct ( array $options = [] ) LegacyFormatter constructor.
getData ( ) : stdClass Gets the data (in the preferred format)
setData ( array $settings ) : PhpGetBrowser Sets the data (done by the parser)

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

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

LegacyFormatter constructor.
public __construct ( array $options = [] )
$options array Formatter optioms

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

Gets the data (in the preferred format)
public getData ( ) : stdClass
Результат stdClass

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

Sets the data (done by the parser)
public setData ( array $settings ) : PhpGetBrowser
$settings array
Результат PhpGetBrowser