Home
last modified time | relevance | path

Searched refs:totals_rows (Results 1 – 1 of 1) sorted by relevance

/plugin/authgoogle/google/contrib/
H A DGoogle_GanService.php1774 public $totals_rows; variable in Google_Report
1814 public function setTotals_rows(/* array(Google_object) */ $totals_rows) { argument
1815 $this->assertIsArray($totals_rows, 'Google_object', __METHOD__);
1816 $this->totals_rows = $totals_rows;
1819 return $this->totals_rows;