1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
addeddata.php
См. документацию.
1<?php
2
4
5final class AddedData
6{
7 public function __construct(
8 public readonly int $id = 0,
12 public readonly bool $isDBChanged = true,
13 )
14 {
15 }
16}
__construct(public readonly int $id=0, public readonly bool $isDBChanged=true,)
Определения addeddata.php:7