Kurt\Google\Analytics\Analytics::__construct PHP Method

__construct() public method

public __construct ( Kurt\Google\Core\Core $googleServicesCore )
$googleServicesCore Kurt\Google\Core\Core
    public function __construct(Core $googleServicesCore)
    {
        $this->googleServicesCore = $googleServicesCore;
        $this->configure();
        $this->setupAnalyticsService();
        $this->setupDates();
    }