Elgg
Version 2.3
|
Public Member Functions | |
getUrlSegments ($raw=false) | |
Get the Elgg URL segments. More... | |
setUrlSegments (array $segments) | |
Get a cloned request with new Elgg URL segments. More... | |
getFirstUrlSegment () | |
Get first Elgg URL segment. More... | |
getClientIp () | |
{} More... | |
isXmlHttpRequest () | |
{} More... | |
Elgg\Http\Request::getClientIp | ( | ) |
{}
Definition at line 65 of file Request.php.
Elgg\Http\Request::getFirstUrlSegment | ( | ) |
Get first Elgg URL segment.
Definition at line 53 of file Request.php.
Elgg\Http\Request::getUrlSegments | ( | $raw = false | ) |
Get the Elgg URL segments.
bool | $raw | If true, the segments will not be HTML escaped |
Definition at line 21 of file Request.php.
Elgg\Http\Request::isXmlHttpRequest | ( | ) |
{}
Definition at line 83 of file Request.php.
Elgg\Http\Request::setUrlSegments | ( | array | $segments | ) |
Get a cloned request with new Elgg URL segments.
string[] | $segments URL segments |
Definition at line 40 of file Request.php.