Ejemplo n.º 1
0
 /**
  * Sums a tables row with this one.
  *
  * @param Piwik_DataTable $table
  */
 private function sumTable($table)
 {
     foreach ($table->getRows() as $row) {
         $this->sumRow($row, $enableCopyMetadata = false, $table->getColumnAggregationOperations());
     }
 }