Changeset View
Changeset View
Standalone View
Standalone View
src/aphront/response/AphrontRedirectResponse.php
| <?php | <?php | ||||
| /** | /** | ||||
| * TODO: Should be final but isn't because of AphrontReloadResponse. | * TODO: Should be final but isn't because of AphrontReloadResponse. | ||||
| * | |||||
| * @group aphront | |||||
| */ | */ | ||||
| class AphrontRedirectResponse extends AphrontResponse { | class AphrontRedirectResponse extends AphrontResponse { | ||||
| private $uri; | private $uri; | ||||
| private $stackWhenCreated; | private $stackWhenCreated; | ||||
| public function __construct() { | public function __construct() { | ||||
| if ($this->shouldStopForDebugging()) { | if ($this->shouldStopForDebugging()) { | ||||
| ▲ Show 20 Lines • Show All 76 Lines • Show Last 20 Lines | |||||