• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/integration/bizproc/document/item.php
  • Класс: BitrixRpaIntegrationBizprocDocumentItem
  • Вызов: Item::makeComplexType
static function makeComplexType($typeId): array
{
	if (is_numeric($typeId))
	{
		$typeId = 'T'.$typeId;
	}

	return [Driver::MODULE_ID, __CLASS__, $typeId];
}