getRow()); } // final public function getEntitys(): array { $entitys = []; foreach ($this->getRows() as $row) { $entitys[] = new Entity($row); } return $entitys; } // } //Class