1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
StepsTable.php
См. документацию.
1<?php
2declare(strict_types=1);
3
4namespace Bitrix\Landing\Copilot\Model;
5
6use Bitrix\Main\Entity;
7use Bitrix\Main\ORM\Fields;
8use Bitrix\Main\ORM\Query;
9use Bitrix\Main\Type\DateTime;
10
27class StepsTable extends Entity\DataManager
28{
32 public static function getTableName(): string
33 {
34 return 'b_landing_copilot_steps';
35 }
36
40 public static function getMap(): array
41 {
42 return [
43 (new Fields\IntegerField('ID'))
44 ->configurePrimary()
45 ->configureAutocomplete()
46 ,
47 (new Fields\IntegerField('GENERATION_ID'))
48 ->configureTitle('ID or relation generation')
49 ->configureRequired()
50 ,
51 (new Fields\IntegerField('STEP_ID'))
52 ->configureTitle('Status of step executing')
53 ->configureRequired()
54 ,
55 (new Fields\StringField('CLASS'))
56 ->configureTitle('Class of current step')
57 ->configureRequired()
58 ,
59 (new Fields\IntegerField('STATUS'))
60 ->configureTitle('Status of step executing')
61 ->configureRequired()
62 ,
63 ];
64 }
65}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804