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