PHP Class BrowscapPHP\Formatter\PhpGetBrowser

Author: Christoph Ziegenberg ([email protected])
Author: Thomas Müller ([email protected])
Inheritance: implements BrowscapPHP\Formatter\FormatterInterface
Show file Open project: browscap/browscap-php Class Usage Examples

Public Methods

Method Description
getData ( ) : stdClass Gets the data (in the preferred format)
setData ( array $settings ) : PhpGetBrowser Sets the data (done by the parser)

Method Details

getData() public method

Gets the data (in the preferred format)
public getData ( ) : stdClass
return stdClass

setData() public method

Sets the data (done by the parser)
public setData ( array $settings ) : PhpGetBrowser
$settings array
return PhpGetBrowser