Bitrix-D7
20.5.0
|
Открытые члены | |
__construct (Server $server, array $request) | |
addFilter (Type\IRequestFilter $filter) | |
getServer () | |
getPhpSelf () | |
getScriptName () | |
getRequestedPage () | |
getRequestedPageDirectory () | |
isAdminSection () | |
isAjaxRequest () | |
Returns true if current request is AJAX. Подробнее... | |
![]() | |
getRaw ($name) | |
Returns original value of any variable by its name. Подробнее... | |
toArrayRaw () | |
offsetSet ($offset, $value) | |
Offset to set. Подробнее... | |
offsetUnset ($offset) | |
Offset to unset. Подробнее... | |
![]() | |
__construct (array $values=null) | |
Creates object. Подробнее... | |
get ($name) | |
Returns any variable by its name. Подробнее... | |
set ($name, $value=null) | |
getValues () | |
setValues ($values) | |
clear () | |
current () | |
Return the current element. Подробнее... | |
next () | |
Move forward to next element. Подробнее... | |
key () | |
Return the key of the current element. Подробнее... | |
valid () | |
Checks if current position is valid. Подробнее... | |
rewind () | |
Rewind the Iterator to the first element. Подробнее... | |
offsetExists ($offset) | |
Whether a offset exists. Подробнее... | |
offsetGet ($offset) | |
Offset to retrieve. Подробнее... | |
count () | |
Count elements of an object. Подробнее... | |
toArray () | |
Returns the values as an array. Подробнее... | |
isEmpty () | |
Returns true if the dictionary is empty. Подробнее... | |
Защищенные данные | |
$server | |
$requestedPage = null | |
$requestedPageDirectory = null | |
![]() | |
$arRawValues = null | |
![]() | |
$values = array() | |
Дополнительные унаследованные члены | |
![]() | |
setValuesNoDemand (array $values) | |
См. определение в файле main/lib/request.php строка 12
__construct | ( | Server | $server, |
array | $request | ||
) |
См. определение в файле main/lib/request.php строка 23
addFilter | ( | Type\IRequestFilter | $filter | ) |
Переопределяется в HttpRequest.
См. определение в файле main/lib/request.php строка 30
getPhpSelf | ( | ) |
См. определение в файле main/lib/request.php строка 46
getRequestedPage | ( | ) |
getRequestedPageDirectory | ( | ) |
См. определение в файле main/lib/request.php строка 76
getScriptName | ( | ) |
См. определение в файле main/lib/request.php строка 51
getServer | ( | ) |
См. определение в файле main/lib/request.php строка 41
isAdminSection | ( | ) |
См. определение в файле main/lib/request.php строка 86
isAjaxRequest | ( | ) |
Returns true if current request is AJAX.
См. определение в файле main/lib/request.php строка 100
|
protected |
См. определение в файле main/lib/request.php строка 20
|
protected |
См. определение в файле main/lib/request.php строка 21
|
protected |
См. определение в файле main/lib/request.php строка 18