Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Options

Открытые члены

 mergeWith ($anotherOptions)
 
 methods ($methods)
 
 getMethods ()
 
 middleware ($middleware)
 
 prefix ($prefix)
 
 hasPrefix ()
 
 getFullPrefix ()
 
 name ($name)
 
 hasName ()
 
 getFullName ()
 
 domain ($domain)
 
 where ($parameter, $pattern)
 
 hasWhere ($parameter)
 
 getWhere ($parameter=null)
 
 default ($parameter, $value)
 
 hasDefault ($parameter)
 
 getDefault ($parameter=null)
 
 clearCurrent ()
 

Статические открытые данные

static $optionList
 

Защищенные данные

 $methods = []
 
 $middleware = []
 
 $prefix
 
 $parentPrefixes = []
 
 $name
 
 $parentNames = []
 
 $domain
 
 $where = []
 
 $default = []
 

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

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

Методы

◆ clearCurrent()

clearCurrent ( )

Clears runtime options for the new scope Saves global options and

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

◆ default()

default ( $parameter,
$value )

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

◆ domain()

domain ( $domain)
Аргументы
string$domain

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

◆ getDefault()

getDefault ( $parameter = null)

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

◆ getFullName()

getFullName ( )

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

◆ getFullPrefix()

getFullPrefix ( )

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

◆ getMethods()

getMethods ( )
Возвращает
array

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

◆ getWhere()

getWhere ( $parameter = null)

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

◆ hasDefault()

hasDefault ( $parameter)

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

◆ hasName()

hasName ( )

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

◆ hasPrefix()

hasPrefix ( )

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

◆ hasWhere()

hasWhere ( $parameter)

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

◆ mergeWith()

mergeWith ( $anotherOptions)
Аргументы
Options$anotherOptions

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

◆ methods()

methods ( $methods)

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

◆ middleware()

middleware ( $middleware)

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

◆ name()

name ( $name)

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

◆ prefix()

prefix ( $prefix)

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

◆ where()

where ( $parameter,
$pattern )

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

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

◆ $default

$default = []
protected

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

◆ $domain

$domain
protected

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

◆ $methods

$methods = []
protected

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

◆ $middleware

$middleware = []
protected

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

◆ $name

$name
protected

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

◆ $optionList

$optionList
static
Инициализатор
= [
'methods', 'middleware', 'prefix', 'name', 'domain', 'where', 'default'
]

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

◆ $parentNames

$parentNames = []
protected

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

◆ $parentPrefixes

$parentPrefixes = []
protected

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

◆ $prefix

$prefix
protected

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

◆ $where

$where = []
protected

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