Backend\Modules\Analytics\GoogleClient\Connector::__construct PHP Method

__construct() public method

public __construct ( Google_Service_Analytics $analytics, Psr\Cache\CacheItemPoolInterface $cache, ModulesSettings $settings )
$analytics Google_Service_Analytics
$cache Psr\Cache\CacheItemPoolInterface
$settings common\ModulesSettings
    public function __construct(Google_Service_Analytics $analytics, CacheItemPoolInterface $cache, ModulesSettings $settings)
    {
        $this->analytics = $analytics;
        $this->cache = $cache;
        $this->settings = $settings;
    }