Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
types.php
1<?php
2
4
5class Types
6{
7 public const KEY_RELATIVE = 'rel';
8 public const TYPE_CSS = 'css';
9 public const TYPE_JS = 'js';
10 public const TYPE_LANG = 'lang';
11 public const TYPE_LANG_ADDITIONAL = 'lang_additional';
12 public const TYPE_FONT = 'font';
13
19 public static function getAssetTypes(): array
20 {
21 return [
27 ];
28 }
29}