芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Analytics/Columns.php
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');