1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
FileLinkConfig.php
См. документацию.
1<?php
2
3namespace Bitrix\Im\V2\Entity\File;
4
5final class FileLinkConfig
6{
7 public readonly string $action;
8 public readonly ?int $size;
9 public readonly bool $exact;
10 public readonly ?string $forceFileName;
11
12 public function __construct(
13 string $action,
15 bool $exact = false,
16 ?string $forceFileName = null,
17 )
18 {
19 $this->action = $action;
20 $this->size = $size;
21 $this->exact = $exact;
22 $this->forceFileName = $forceFileName;
23 }
24}
const MAX_PREVIEW_IMAGE_SIZE
Определения FileItem.php:34
font size
Определения invoice.php:442