1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
MetaType.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
6
7use Attribute;
8
9#[Attribute(Attribute::TARGET_PROPERTY)]
11{
12 public function __construct(
13 public readonly PropertyMetaType $type
14 )
15 {
16
17 }
18}
$type
Определения options.php:106
__construct(public readonly PropertyMetaType $type)
Определения MetaType.php:12