1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
RestApp.php
См. документацию.
1<?php
2namespace Bitrix\UI\Avatar\Mask\Owner;
3
4use Bitrix\UI\Avatar;
5use Bitrix\Main;
6
7class RestApp extends System
8{
9 protected int $id;
10
11 public function __construct(int $id)
12 {
13 $this->id = $id;
14 }
15
16 public function getId()
17 {
18 return $this->id;
19 }
20}
__construct(int $id)
Определения RestApp.php:11