getAnalyticsService() public method

public getAnalyticsService ( ) : Google_Service_Analytics
return Google_Service_Analytics
示例#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();
 }