1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
context.php
См. документацию.
1<?php
2
4
5abstract class Context
6{
7 public const SPACES = 'spaces';
8 public const DEFAULT = 'default';
9 public const COLLAB = 'collab';
10}