1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
calendar.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Socialnetwork\Integration\Calendar;
6
7
use Bitrix\Main\Loader;
8
9
class
Calendar
10
{
11
public
static
function
getSettings
():
array
12
{
13
if
(!Loader::includeModule(
'calendar'
))
14
{
15
return
[];
16
}
17
18
return \CCalendar::getSettings([
'getDefaultForEmpty'
=>
false
]);
19
}
20
}
Bitrix\Socialnetwork\Integration\Calendar\Calendar
Определения
calendar.php:10
Bitrix\Socialnetwork\Integration\Calendar\Calendar\getSettings
static getSettings()
Определения
calendar.php:11
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
bitrix
modules
socialnetwork
lib
integration
calendar
calendar.php
Создано системой
1.14.0