1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Feature.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
6
8
9class Feature implements Arrayable
10{
11 public function __construct(
12 public readonly int $id,
13 public readonly string $feature,
14 public readonly bool $isActive
15 )
16 {
17 }
18
19 public function toArray(): array
20 {
21 return [$this->feature => $this->isActive];
22 }
23}
__construct(public readonly int $id, public readonly string $feature, public readonly bool $isActive)
Определения Feature.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