Spatie\Analytics\AnalyticsClient::getAnalyticsService PHP Method

getAnalyticsService() public method

public getAnalyticsService ( ) : Google_Service_Analytics
return Google_Service_Analytics
    public function getAnalyticsService() : Google_Service_Analytics
    {
        return $this->service;
    }

Usage Example

Ejemplo n.º 1
0
 /**
  * Get the underlying Google_Service_Analytics object. You can use this
  * to basically call anything on the Google Analytics API.
  *
  * @return \Google_Service_Analytics
  */
 public function getAnalyticsService() : Google_Service_Analytics
 {
     return $this->client->getAnalyticsService();
 }