• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/integration/bizproc/document/item.php
  • Класс: BitrixRpaIntegrationBizprocDocumentItem
  • Вызов: Item::getDocumentTypeName
static function getDocumentTypeName($documentType): string
{
	$type = static::getType($documentType);
	if (!$type)
	{
		return '';
	}

	return $type['TITLE'];
}