Changeset View
Changeset View
Standalone View
Standalone View
src/aphront/AphrontController.php
| <?php | <?php | ||||
| /** | |||||
| * @group aphront | |||||
| */ | |||||
| abstract class AphrontController extends Phobject { | abstract class AphrontController extends Phobject { | ||||
| private $request; | private $request; | ||||
| private $currentApplication; | private $currentApplication; | ||||
| private $delegatingController; | private $delegatingController; | ||||
| public function setDelegatingController( | public function setDelegatingController( | ||||
| AphrontController $delegating_controller) { | AphrontController $delegating_controller) { | ||||
| ▲ Show 20 Lines • Show All 73 Lines • Show Last 20 Lines | |||||