1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
ScenarioStepDto.php
См. документацию.
1
<?php
2
declare(strict_types=1);
3
4
namespace
Bitrix\Landing\Copilot\Generation\Type;
5
6
use Bitrix\Landing\Copilot\Generation\Step\IStep;
7
8
class
ScenarioStepDto
9
{
10
public
function
__construct
(
11
public
int
$stepId,
12
public
readonly
IStep
$step,
13
public
StepStatuses
$status
,
14
public
?
int
$entityId
=
null
,
15
)
16
{}
17
}
Bitrix\Landing\Copilot\Generation\Type\ScenarioStepDto
Определения
ScenarioStepDto.php:9
Bitrix\Landing\Copilot\Generation\Type\ScenarioStepDto\__construct
__construct(public int $stepId, public readonly IStep $step, public StepStatuses $status, public ?int $entityId=null,)
Определения
ScenarioStepDto.php:10
Bitrix\Landing\Copilot\Generation\Step\IStep
Определения
IStep.php:12
$status
$status
Определения
session.php:10
Bitrix\Landing\Copilot\Generation\Type\StepStatuses
StepStatuses
Определения
StepStatuses.php:7
$entityId
$entityId
Определения
payment.php:4
bitrix
modules
landing
lib
Copilot
Generation
Type
ScenarioStepDto.php
Создано системой
1.14.0