1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
ScenarioStepDto.php
См. документацию.
1<?php
2declare(strict_types=1);
3
4namespace Bitrix\Landing\Copilot\Generation\Type;
5
6use Bitrix\Landing\Copilot\Generation\Step\IStep;
7
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}
__construct(public int $stepId, public readonly IStep $step, public StepStatuses $status, public ?int $entityId=null,)
Определения ScenarioStepDto.php:10
$status
Определения session.php:10
$entityId
Определения payment.php:4