1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
FontsDto.php
См. документацию.
1
<?php
2
declare(strict_types=1);
3
4
namespace
Bitrix\Landing\Copilot\Data\Type;
5
6
class
FontsDto
7
{
8
private
const
DEFAULT_HEADERS_FONT =
'Montserrat'
;
9
private
const
DEFAULT_TEXTS_FONT =
'Open Sans'
;
10
11
public
string
$headers
= self::DEFAULT_HEADERS_FONT;
12
public
string
$texts
= self::DEFAULT_TEXTS_FONT;
13
}
Bitrix\Landing\Copilot\Data\Type\FontsDto
Определения
FontsDto.php:7
Bitrix\Landing\Copilot\Data\Type\FontsDto\$headers
string $headers
Определения
FontsDto.php:11
Bitrix\Landing\Copilot\Data\Type\FontsDto\$texts
string $texts
Определения
FontsDto.php:12
bitrix
modules
landing
lib
Copilot
Data
Type
FontsDto.php
Создано системой
1.14.0