/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Analytics
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Analytics/Columns.php (2204B)
attributeNames = $attributeNames;
}
/**
* @return string[]
*/
public function getAttributeNames()
{
return $this->attributeNames;
}
/**
* @param string
*/
public function setEtag($etag)
{
$this->etag = $etag;
}
/**
* @return string
*/
public function getEtag()
{
return $this->etag;
}
/**
* @param Column[]
*/
public function setItems($items)
{
$this->items = $items;
}
/**
* @return Column[]
*/
public function getItems()
{
return $this->items;
}
/**
* @param string
*/
public function setKind($kind)
{
$this->kind = $kind;
}
/**
* @return string
*/
public function getKind()
{
return $this->kind;
}
/**
* @param int
*/
public function setTotalResults($totalResults)
{
$this->totalResults = $totalResults;
}
/**
* @return int
*/
public function getTotalResults()
{
return $this->totalResults;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Columns::class, 'Google_Service_Analytics_Columns');