1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
ImgValueDto.php
См. документацию.
1
<?php
2
declare(strict_types=1);
3
4
namespace
Bitrix\Landing\Copilot\Data\Type;
5
6
class
ImgValueDto
7
{
8
public
?
string
$defaultSrc
;
9
public
?
string
$defaultSrc2x
;
10
public
?
string
$src
;
11
public
?
string
$src2x
;
12
public
?
int
$id
;
13
public
?
int
$id2x
;
14
}
Bitrix\Landing\Copilot\Data\Type\ImgValueDto
Определения
ImgValueDto.php:7
Bitrix\Landing\Copilot\Data\Type\ImgValueDto\$src
string $src
Определения
ImgValueDto.php:10
Bitrix\Landing\Copilot\Data\Type\ImgValueDto\$src2x
string $src2x
Определения
ImgValueDto.php:11
Bitrix\Landing\Copilot\Data\Type\ImgValueDto\$id
int $id
Определения
ImgValueDto.php:12
Bitrix\Landing\Copilot\Data\Type\ImgValueDto\$defaultSrc
string $defaultSrc
Определения
ImgValueDto.php:8
Bitrix\Landing\Copilot\Data\Type\ImgValueDto\$id2x
int $id2x
Определения
ImgValueDto.php:13
Bitrix\Landing\Copilot\Data\Type\ImgValueDto\$defaultSrc2x
string $defaultSrc2x
Определения
ImgValueDto.php:9
bitrix
modules
landing
lib
Copilot
Data
Type
ImgValueDto.php
Создано системой
1.14.0