Esempio n. 1
0
 /**
  * @param ChildGamePlatforms $gamePlatforms The ChildGamePlatforms object to add.
  */
 protected function doAddGamePlatforms(ChildGamePlatforms $gamePlatforms)
 {
     $this->collGamePlatformss[] = $gamePlatforms;
     $gamePlatforms->setGames($this);
 }