getChildInstanceByName($type, true); } public function isPostProcessing($type) { if ($type == DownloadPostProcessingEnum::UNKNOWN) return false; return ($this->getChildInstanceByName($type) != NULL); } } ?>