1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
DefaultValueBy.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
6
7use Attribute;
9
10#[Attribute(Attribute::TARGET_PROPERTY)]
12{
14 {
15
16 }
17
18 public function getValue(): mixed
19 {
20 return $this->defaultValue->getValue();
21 }
22}
if($_SERVER $defaultValue['REQUEST_METHOD']==="GET" &&!empty($RestoreDefaults) && $bizprocPerms==="W" &&check_bitrix_sessid())
Определения options.php:32
__construct(protected ValueObjectInterface $defaultValue)
Определения DefaultValueBy.php:13