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