Elgg
Version 2.3
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
engine
classes
Elgg
Http
RedirectResponse.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Elgg\Http
;
4
8
class
RedirectResponse
extends
OkResponse
{
9
18
public
function
__construct
(
$forward_url
=
REFERRER
,
$status_code
=
ELGG_HTTP_FOUND
) {
19
parent::__construct(
''
,
$status_code
,
$forward_url
);
20
}
21
}
ELGG_HTTP_FOUND
const ELGG_HTTP_FOUND
Definition:
elgglib.php:2143
Elgg\Http\RedirectResponse\__construct
__construct($forward_url=REFERRER, $status_code=ELGG_HTTP_FOUND)
Constructor.
Definition:
RedirectResponse.php:18
Elgg\Http\OkResponse\$forward_url
$forward_url
Definition:
OkResponse.php:25
REFERRER
const REFERRER
Definition:
elgglib.php:2113
Elgg\Http\OkResponse\$status_code
$status_code
Definition:
OkResponse.php:20
Elgg\Http\RedirectResponse
Redirect response builder.
Definition:
RedirectResponse.php:8
Elgg\Http
Definition:
DatabaseSessionHandler.php:2
Elgg\Http\OkResponse
Response builder.
Definition:
OkResponse.php:10
Generated on Sat Dec 21 2024 00:01:03 for Elgg by
1.8.11