1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
File.php
См. документацию.
1<?php
2
4
5class File implements \JsonSerializable
6{
7 public function __construct(
8 public readonly string $name,
9 ) {}
10
11 public function jsonSerialize(): array
12 {
13 return ['name' => $this->name];
14 }
15}
__construct(public readonly string $name,)
Определения File.php:7
</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