Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
workflow.php
1
<?php
2
namespace
Bitrix\Lists\Copy\Implement\Children
;
3
4
use
Bitrix\Iblock\Copy\Implement\Children\Workflow
as IblockWorkflow;
5
use
Bitrix\Lists\BizprocDocumentLists
;
6
7
class
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
}
Bitrix\Iblock\Copy\Implement\Children\Workflow
Definition
workflow.php:12
Bitrix\Lists\BizprocDocumentLists
Definition
bizprocdocumentlists.php:16
Bitrix\Lists\Copy\Implement\Children\Workflow
Definition
workflow.php:8
Bitrix\Lists\Copy\Implement\Children\Workflow\getDocumentType
getDocumentType(int $iblockId)
Definition
workflow.php:9
Bitrix\Lists\Copy\Implement\Children
Definition
field.php:2
modules
lists
lib
copy
implement
children
workflow.php
Создано системой
1.10.0