Your IP : 18.118.146.17


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/ui/lib/Avatar/Mask/Owner/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/ui/lib/Avatar/Mask/Owner/RestApp.php

<?php
namespace Bitrix\UI\Avatar\Mask\Owner;

use Bitrix\UI\Avatar;
use Bitrix\Main;

class RestApp extends System
{
	protected int $id;

	public function __construct(int $id)
	{
		$this->id = $id;
	}

	public function getId()
	{
		return $this->id;
	}
}