Exemple #1
0
 /**
  * @param ChildConfig $config The ChildConfig object to add.
  */
 protected function doAddConfig(ChildConfig $config)
 {
     $this->collConfigs[] = $config;
     $config->setConfigCategory($this);
 }