Пример #1
0
 /**
  * @param ChildConfigCategoryI18n $configCategoryI18n The ChildConfigCategoryI18n object to add.
  */
 protected function doAddConfigCategoryI18n(ChildConfigCategoryI18n $configCategoryI18n)
 {
     $this->collConfigCategoryI18ns[] = $configCategoryI18n;
     $configCategoryI18n->setConfigCategory($this);
 }