Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Scope
+ Граф наследования:Scope:

Открытые статические члены

static init (array $params=[])
 
static getCurrentScopeId ()
 
static getPublicationPath ()
 
static getKeyCode ()
 
static getDomainId ()
 
static getFilterType ()
 
static getExcludedHooks ()
 

Статические защищенные данные

static $currentScopeId = null
 

Подробное описание

См. определение в файле scope.php строка 4

Методы

◆ getCurrentScopeId()

static getCurrentScopeId ( )
static

Returns current scope id.

Возвращает
string|null

См. определение в файле scope.php строка 23

◆ getDomainId()

static getDomainId ( )
staticabstract

Should return domain id for new site.

Возвращает
int|string

Переопределяется в Group и Knowledge.

◆ getExcludedHooks()

static getExcludedHooks ( )
staticabstract

Returns array of hook's codes, which excluded by scope.

Возвращает
array

Переопределяется в Group и Knowledge.

◆ getFilterType()

static getFilterType ( )
staticabstract

Should return filter value for 'TYPE' key.

Возвращает
mixed

Переопределяется в Group и Knowledge.

◆ getKeyCode()

static getKeyCode ( )
staticabstract

Should return general key for site path (ID or CODE).

Возвращает
string

Переопределяется в Group и Knowledge.

◆ getPublicationPath()

static getPublicationPath ( )
staticabstract

Should return publication path string.

Возвращает
string

Переопределяется в Group и Knowledge.

◆ init()

static init ( array $params = [])
static

Method for first time initialization scope.

Аргументы
array$paramsAdditional params.
Возвращает
void

Переопределяется в Group и Knowledge.

См. определение в файле scope.php строка 13

Данные класса

◆ $currentScopeId

$currentScopeId = null
staticprotected

См. определение в файле scope.php строка 6