public function getDocumentKindName() { if ($this->oDelegateProxy->getDocumentKind() !== CriteriaListWidgetDelegate::SELECT_WITHOUT) { return DocumentKindInputWidgetModule::getDocumentKindName($this->oDelegateProxy->getDocumentKind()); } return $this->oDelegateProxy->getDocumentKind(); }
/** * @deprecated use DocumentKindInputWidgetModule::getDocumentKindName() */ public static function getDocumentKindName($sKey) { return DocumentKindInputWidgetModule::getDocumentKindName($sKey); }