BrowscapPHP\Parser\Helper\GetData::__construct PHP Method

__construct() public method

class contsructor
public __construct ( BrowscapPHP\Cache\BrowscapCacheInterface $cache, Psr\Log\LoggerInterface $logger, Quoter $quoter )
$cache BrowscapPHP\Cache\BrowscapCacheInterface
$logger Psr\Log\LoggerInterface
$quoter BrowscapPHP\Helper\Quoter
    public function __construct(BrowscapCacheInterface $cache, LoggerInterface $logger, Quoter $quoter)
    {
        $this->cache = $cache;
        $this->logger = $logger;
        $this->quoter = $quoter;
    }