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

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

 __construct (Server $server, array $request)
 
 addFilter (Type\IRequestFilter $filter)
 
 getServer ()
 
 getPhpSelf ()
 
 getScriptName ()
 
 getRequestedPage ()
 
 getRequestedPageDirectory ()
 
 isAdminSection ()
 
 isAjaxRequest ()
 
- Открытые члены унаследованные от ParameterDictionary
 getRaw ($name)
 
 toArrayRaw ()
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 
 setValues ($values)
 
- Открытые члены унаследованные от Dictionary
 __construct (array $values=null)
 
 get ($name)
 
 set ($name, $value=null)
 
 getValues ()
 
 clear ()
 
 current ()
 
 next ()
 
 key ()
 
 valid ()
 
 rewind ()
 
 offsetExists ($offset)
 
 offsetGet ($offset)
 
 count ()
 
 toArray ()
 
 isEmpty ()
 
 jsonSerialize ()
 

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

 $server
 
 $requestedPage = null
 
 $requestedPageDirectory = null
 
- Защищенные данные унаследованные от ParameterDictionary
 $rawValues = null
 
- Защищенные данные унаследованные от Dictionary
 $values = []
 

Дополнительные унаследованные члены

- Защищенные члены унаследованные от ParameterDictionary
 setValuesNoDemand (array $values)
 

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

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

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

◆ __construct()

__construct ( Server $server,
array $request )

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

Методы

◆ addFilter()

addFilter ( Type\IRequestFilter $filter)

Переопределяется в HttpRequest.

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

◆ getPhpSelf()

getPhpSelf ( )

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

◆ getRequestedPage()

getRequestedPage ( )

Переопределяется в HttpRequest.

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

◆ getRequestedPageDirectory()

getRequestedPageDirectory ( )

Retuns the current directory with a trailing slash (/).

Возвращает
string

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

◆ getScriptName()

getScriptName ( )

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

◆ getServer()

getServer ( )
Возвращает
Server

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

◆ isAdminSection()

isAdminSection ( )

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

◆ isAjaxRequest()

isAjaxRequest ( )

Returns true if current request is AJAX

Возвращает
bool

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

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

◆ $requestedPage

$requestedPage = null
protected

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

◆ $requestedPageDirectory

$requestedPageDirectory = null
protected

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

◆ $server

$server
protected

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