public function GoogleAnalyticsCounterFeed::__construct in Google Analytics Counter 8.3
The constructor.
File
- src/
GoogleAnalyticsCounterFeed.php, line 117
Class
- GoogleAnalyticsCounterFeed
- Authorize access and request data from Google Analytics Core Reporting API.
Namespace
Drupal\google_analytics_counterCode
public function __construct($token = NULL) {
$this->accessToken = $token;
}