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