Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
colorhelper.php
1
<?php
2
3
namespace
Bitrix\Calendar\Core\Property
;
4
5
class
ColorHelper
6
{
7
public
const
OUR_COLORS
= [
8
'#86b100'
,
// 1
9
'#0092cc'
,
// 2
10
'#00afc7'
,
// 3
11
'#e89b06'
,
// 4
12
'#00b38c'
,
// 5
13
'#de2b24'
,
// 6
14
'#bd7ac9'
,
// 7
15
'#838fa0'
,
// 8
16
'#c3612c'
,
// 9
17
'#e97090'
,
// 10
18
];
19
23
public
static
function
getOurColorRandom
(): string
24
{
25
return
self::OUR_COLORS[array_rand(self::OUR_COLORS)];
26
}
27
}
Bitrix\Calendar\Core\Property\ColorHelper
Definition
colorhelper.php:6
Bitrix\Calendar\Core\Property\ColorHelper\OUR_COLORS
const OUR_COLORS
Definition
colorhelper.php:7
Bitrix\Calendar\Core\Property\ColorHelper\getOurColorRandom
static getOurColorRandom()
Definition
colorhelper.php:23
Bitrix\Calendar\Core\Property
Definition
colorhelper.php:3
modules
calendar
lib
core
property
colorhelper.php
Создано системой
1.10.0