• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/UI/File.php
  • Класс: BitrixMobileUIFile
  • Вызов: File::__construct
private function __construct(
	?int $id = null,
	?string $name = null,
	?string $type = null,
	?string $url = null,
	?int $width = null,
	?int $height = null
)
{
	$this->id = $id;
	$this->name = $name;
	$this->type = $type;
	$this->url = $url;
	$this->width = $width;
	$this->height = $height;
}