Пример #1
0
 /**
  * @param ChildGame $gameRelatedByPublisherId The ChildGame object to add.
  */
 protected function doAddGameRelatedByPublisherId(ChildGame $gameRelatedByPublisherId)
 {
     $this->collGamesRelatedByPublisherId[] = $gameRelatedByPublisherId;
     $gameRelatedByPublisherId->setCompanyRelatedByPublisherId($this);
 }