1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
TaskInitSite.php
См. документацию.
1<?php
2declare(strict_types=1);
3
4namespace Bitrix\Landing\Copilot\Generation\Step;
5
6class TaskInitSite extends TaskStep
7{
13 public function execute(): bool
14 {
15 parent::execute();
16
17 $this->siteData->initRandom();
18
19 return true;
20 }
21}