Elgg
Version 1.11
|
Public Member Functions | |
initialize (array $query=array(), array $request=array(), array $attributes=array(), array $cookies=array(), array $files=array(), array $server=array(), $content=null) | |
getUrlSegments () | |
Get URL segments from the path info. More... | |
getFirstUrlSegment () | |
Get first URL segment from the path info. More... | |
getClientIp () | |
{} More... | |
Protected Member Functions | |
stripSlashesIfMagicQuotes ($data) | |
Strip slashes if magic quotes is on. More... | |
Definition at line 41 of file Request.php.
Elgg\Http\Request::getClientIp | ( | ) |
{}
Definition at line 104 of file Request.php.
Elgg\Http\Request::getFirstUrlSegment | ( | ) |
Get first URL segment from the path info.
Definition at line 92 of file Request.php.
Elgg\Http\Request::getUrlSegments | ( | ) |
Get URL segments from the path info.
Definition at line 76 of file Request.php.
Elgg\Http\Request::initialize | ( | array | $query = array() , |
array | $request = array() , |
||
array | $attributes = array() , |
||
array | $cookies = array() , |
||
array | $files = array() , |
||
array | $server = array() , |
||
$content = null |
|||
) |
Definition at line 46 of file Request.php.
|
protected |
Strip slashes if magic quotes is on.
mixed | $data | Data to strip slashes from |
Definition at line 124 of file Request.php.