$row[0], 'orientation_id' => $row[2], 'orientation_name' => $row[1] ); ++$this->rows; return new WXPopulation($fieldParam); } /** * @return string|array */ public function uniqueBy() { return ['advertiser_id', 'orientation_id']; } /** * @return int */ public function startRow(): int { return 3; } public function getRowCount(): int { return $this->rows; } }