/var/www/flurhymez/vendor/google/apiclient-services/src/AnalyticsReporting
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AnalyticsReporting/PivotHeader.php (1666B)
pivotHeaderEntries = $pivotHeaderEntries;
}
/**
* @return PivotHeaderEntry[]
*/
public function getPivotHeaderEntries()
{
return $this->pivotHeaderEntries;
}
/**
* @param int
*/
public function setTotalPivotGroupsCount($totalPivotGroupsCount)
{
$this->totalPivotGroupsCount = $totalPivotGroupsCount;
}
/**
* @return int
*/
public function getTotalPivotGroupsCount()
{
return $this->totalPivotGroupsCount;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PivotHeader::class, 'Google_Service_AnalyticsReporting_PivotHeader');