1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Option.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Socialnetwork\Collab\Property;
6
7use Bitrix\Main\Type\Contract\Arrayable;
8
9class Option implements Arrayable
10{
11 public function __construct(
12 public readonly string $name,
13 public readonly mixed $value
14 )
15 {
16 }
17
18 public function toArray(): array
19 {
20 return [
21 $this->name => $this->value,
22 ];
23 }
24}
__construct(public readonly string $name, public readonly mixed $value)
Определения Option.php:11
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$name
Определения menu_edit.php:35