getChildInstanceByName($type, true); } public function isPostProcessing($type) { if ($type == DownloadPostProcessingEnum::UNKNOWN) return false; return ($this->getChildInstanceByName($type) != NULL); } public function loadFromNode($xmlNode) { foreach ($this->getXmlNodeChildren($xmlNode) as $postProcessingXmlNode) { $this->addPostProcessing($this->getXmlNodeName($postProcessingXmlNode)); } } } ?>