1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
workflow.php
См. документацию.
1<?php
2namespace Bitrix\Lists\Copy\Implement\Children;
3
4use Bitrix\Iblock\Copy\Implement\Children\Workflow as IblockWorkflow;
5use Bitrix\Lists\BizprocDocumentLists;
6
7class Workflow extends IblockWorkflow
8{
9 protected function getDocumentType(int $iblockId): array
10 {
11 $entity = ($this->iblockTypeId == "bitrix_processes" ? \BizprocDocument::class : BizprocDocumentLists::class);
12 return ["lists", $entity, "iblock_".$iblockId];
13 }
14}
getDocumentType(int $iblockId)
Определения workflow.php:9
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$entity
$iblockId
Определения iblock_catalog_edit.php:30