/**
  * @param ChildTranslationCatalog $translationCatalog The ChildTranslationCatalog object to add.
  */
 protected function doAddTranslationCatalog(ChildTranslationCatalog $translationCatalog)
 {
     $this->collTranslationCatalogs[] = $translationCatalog;
     $translationCatalog->setTranslationApplication($this);
 }