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

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

 __construct ($uri, $controller)
 
 getOptions ()
 
 setOptions ($options)
 
 getController ()
 
 getParameters ()
 
 getParametersValues ()
 
 getParameterValue ($name)
 
 compile ()
 
 compileFromCache ($cacheData)
 
 getCompileCache ()
 
 match ($uriPath)
 
 getUri ()
 

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

 $uri
 
 $fullUri
 
 $matchUri
 
 $parameters
 
 $parametersValues
 
 $controller
 
 $options
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( $uri,
$controller )

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

Методы

◆ compile()

string Defined by compile ( )

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

◆ compileFromCache()

compileFromCache ( $cacheData)

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

◆ getCompileCache()

getCompileCache ( )

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

◆ getController()

getController ( )
Возвращает
callable

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

◆ getOptions()

getOptions ( )
Возвращает
Options

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

◆ getParameters()

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

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

◆ getParametersValues()

getParametersValues ( )
Возвращает
Dictionary

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

◆ getParameterValue()

getParameterValue ( $name)

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

◆ getUri()

getUri ( )

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

◆ match()

Dictionary Set by router match ( $uriPath)

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

◆ setOptions()

setOptions ( $options)
Аргументы
Options$options

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

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

◆ $controller

$controller
protected

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

◆ $fullUri

$fullUri
protected

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

◆ $matchUri

$matchUri
protected

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

◆ $options

$options
protected

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

◆ $parameters

$parameters
protected

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

◆ $parametersValues

$parametersValues
protected

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

◆ $uri

$uri
protected

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