statement()->fetchAssociative()) { $this->hydrateRowData($data, $result); } return $result; } /** * {@inheritdoc} */ protected function hydrateRowData(array $row, array &$result) { $result[] = $this->gatherScalarRowData($row); } }