Searched refs:totals_rows (Results 1 – 1 of 1) sorted by relevance
1774 public $totals_rows; variable in Google_Report1814 public function setTotals_rows(/* array(Google_object) */ $totals_rows) { argument1815 $this->assertIsArray($totals_rows, 'Google_object', __METHOD__);1816 $this->totals_rows = $totals_rows;1819 return $this->totals_rows;