• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/lib/automation/target/basetarget.php
  • Класс: BitrixBizprocAutomationTargetBaseTarget
  • Вызов: BaseTarget::getComplexDocumentId
public function getComplexDocumentId(): array
{
	$type = $this->getDocumentType();

	return [$type[0], $type[1], $this->getDocumentId()];
}