dbh = $dbh; } private function mapRowToTeam(array $row): Time { $team = new Time(); return $team; } public function create(Time $time): Time { $sth = $this->dbh->prepare('INSERT INTO tidtabell (LagID) VALUES (?)'); $sth->execute([$time->teamId]); return TRUE; } }