Пример #1
0
 public function addGame(Game $game)
 {
     $game->addCategory($this);
     $this->game[] = $game;
 }