芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/cloud.pulsehost.co.uk/vendor/google/apiclient-services/src/Bigquery/Row.php
actualLabel = $actualLabel; } /** * @return string */ public function getActualLabel() { return $this->actualLabel; } /** * @param Entry[] */ public function setEntries($entries) { $this->entries = $entries; } /** * @return Entry[] */ public function getEntries() { return $this->entries; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Row::class, 'Google_Service_Bigquery_Row');