1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
calendar_location.php
См. документацию.
1<?
3
5{
6 const TYPE = 'location';
7
8 public static function enabled()
9 {
10 return true;
11 }
12
13 public static function getList()
14 {
16 }
17
18 public static function getById($id)
19 {
21 }
22
23 public static function clearCache()
24 {
25 Rooms\Manager::createInstance()->clearCache();
26 }
27}
28?>
static getRoomsList()
Определения manager.php:161
static getRoomById(int $id, array $params=[])
Определения manager.php:220
static createInstance()
Определения manager.php:49
static getById($id)
Определения calendar_location.php:18
static enabled()
Определения calendar_location.php:8
const TYPE
Определения calendar_location.php:6
static getList()
Определения calendar_location.php:13
static clearCache()
Определения calendar_location.php:23