1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
AvatarMapper.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
6
8use CFile;
9
11{
12 public function getValue(mixed $value): array
13 {
14 if ($value === '')
15 {
16 return [
17 'del' => 'Y',
18 ];
19 }
20
21 $image = File::createImageFromBase64($value);
22
23 CFile::ResizeImage($image, ["width" => 300, "height" => 300]);
24
25 if (!is_array($image))
26 {
27 return [];
28 }
29
30 return $image;
31 }
32}
static createImageFromBase64(string $value)
Определения File.php:14
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804