id; } /** * @return PlayedGame|null */ public function getPlayedGame() { return $this->playedGame; } /** * @param PlayedGame|null $playedGame */ public function setPlayedGame( $playedGame): void { $this->playedGame = $playedGame; } /** * @return GridRow|null */ public function getGridRow() { return $this->gridRow; } /** * @param GridRow|null $gridRow */ public function setGridRow( $gridRow): void { $this->gridRow = $gridRow; } }