/**
  * Handles the assignment of the rows and nested rows.
  *
  * @param array &$rows
  *   The report rows.
  */
 public function doTemplateAssignment(&$rows)
 {
     parent::doTemplateAssignment($rows);
     $this->assign_by_ref('nestedRows', $this->_nestedRows);
 }