public function setDelegatingController($delegating_controller)Inherited
public function setDelegatingController($delegating_controller)
Inherited
Parameters
AphrontController | $delegating_controller |
Return
wild |
public function getDelegatingController()Inherited
public function getDelegatingController()
Inherited
Return
wild |
public function willBeginExecution()Inherited
public function willBeginExecution()
Inherited
Return
wild |
public function willProcessRequest($uri_data)Inherited
public function willProcessRequest($uri_data)
Inherited
Parameters
array | $uri_data |
Return
wild |
public function handleRequest($request)
public function handleRequest($request)
Parameters
AphrontRequest | $request |
Return
wild |
public function willSendResponse($response)Inherited
public function willSendResponse($response)
Inherited
Parameters
AphrontResponse | $response |
Return
wild |
final public function setRequest($request)Inherited
final public function setRequest($request)
Inherited
Parameters
AphrontRequest | $request |
Return
wild |
final public function getRequest()Inherited
final public function getRequest()
Inherited
Return
wild |
final public function getViewer()Inherited
final public function getViewer()
Inherited
Return
wild |
final public function delegateToController($controller)Inherited
final public function delegateToController($controller)
Inherited
Parameters
AphrontController | $controller |
Return
wild |
final public function setCurrentApplication($current_application)Inherited
final public function setCurrentApplication($current_application)
Inherited
Parameters
PhabricatorApplication | $current_application |
Return
wild |
final public function getCurrentApplication()Inherited
final public function getCurrentApplication()
Inherited
Return
wild |
public function getDefaultResourceSource()Inherited
public function getDefaultResourceSource()
Inherited
Return
wild |
public function requireResource($symbol)Inherited
public function requireResource($symbol)
Inherited
Parameters
$symbol |
Return
wild |
public function initBehavior($name, $config)Inherited
public function initBehavior($name, $config)
Inherited
Parameters
$name | ||
$config |
Return
wild |
public function shouldRequireLogin()Inherited
public function shouldRequireLogin()
Inherited
Return
wild |
public function shouldRequireAdmin()Inherited
public function shouldRequireAdmin()
Inherited
Return
wild |
public function shouldRequireEnabledUser()Inherited
public function shouldRequireEnabledUser()
Inherited
Return
wild |
public function shouldAllowPublic()Inherited
public function shouldAllowPublic()
Inherited
Return
wild |
public function shouldAllowPartialSessions()Inherited
public function shouldAllowPartialSessions()
Inherited
Return
wild |
public function shouldRequireEmailVerification()Inherited
public function shouldRequireEmailVerification()
Inherited
Return
wild |
public function shouldAllowRestrictedParameter($parameter_name)Inherited
public function shouldAllowRestrictedParameter($parameter_name)
Inherited
Parameters
$parameter_name |
Return
wild |
public function shouldRequireMultiFactorEnrollment()Inherited
public function shouldRequireMultiFactorEnrollment()
Inherited
Return
wild |
public function shouldAllowLegallyNonCompliantUsers()Inherited
public function shouldAllowLegallyNonCompliantUsers()
Inherited
Return
wild |
public function isGlobalDragAndDropUploadEnabled()Inherited
public function isGlobalDragAndDropUploadEnabled()
Inherited
Return
wild |
public function getApplicationURI($path)Inherited
public function getApplicationURI($path)
Inherited
Parameters
$path |
Return
wild |
protected function loadViewerHandles($phids)Inherited
protected function loadViewerHandles($phids)
Inherited
PhabricatorController
WARNING: Do not call this in new code.
Parameters
array | $phids |
Return
wild |
public function buildApplicationMenu()Inherited
public function buildApplicationMenu()
Inherited
Return
wild |
protected function buildApplicationCrumbs()Inherited
protected function buildApplicationCrumbs()
Inherited
Return
wild |
protected function hasApplicationCapability($capability)Inherited
protected function hasApplicationCapability($capability)
Inherited
Parameters
$capability |
Return
wild |
protected function requireApplicationCapability($capability)Inherited
protected function requireApplicationCapability($capability)
Inherited
Parameters
$capability |
Return
wild |
protected function explainApplicationCapability($capability, $positive_message, $negative_message)Inherited
protected function explainApplicationCapability($capability, $positive_message, $negative_message)
Inherited
Parameters
$capability | ||
$positive_message | ||
$negative_message |
Return
wild |
public function newDialog()Inherited
public function newDialog()
Inherited
PhabricatorController
Create a new AphrontDialogView with defaults filled in.
Return
AphrontDialogView | New dialog. |
public function newPage()Inherited
public function newPage()
Inherited
Return
wild |
public function newApplicationMenu()Inherited
public function newApplicationMenu()
Inherited
Return
wild |
public function newCurtainView($object)Inherited
public function newCurtainView($object)
Inherited
Parameters
$object |
Return
wild |
protected function buildTransactionTimeline($object, $query, $engine, $view_data)Inherited
protected function buildTransactionTimeline($object, $query, $engine, $view_data)
Inherited
Parameters
PhabricatorApplicationTransactionInterface | $object | |
PhabricatorApplicationTransactionQuery | $query | |
PhabricatorMarkupEngine | $engine | |
$view_data |
Return
wild |
public function buildApplicationCrumbsForEditEngine()Inherited
public function buildApplicationCrumbsForEditEngine()
Inherited
Return
wild |
private function requireLegalpadSignatures()Inherited
private function requireLegalpadSignatures()
Inherited
Return
wild |
public function buildStandardPageView()Inherited
public function buildStandardPageView()
Inherited
PhabricatorController
DEPRECATED. Use newPage().
Return
wild |
public function buildStandardPageResponse($view, $data)Inherited
public function buildStandardPageResponse($view, $data)
Inherited
PhabricatorController
DEPRECATED. Use newPage().
Parameters
$view | ||
array | $data |
Return
wild |
protected function loadParentFragments($path)Inherited
protected function loadParentFragments($path)
Inherited
Parameters
$path |
Return
wild |
protected function buildApplicationCrumbsWithPath($fragments)Inherited
protected function buildApplicationCrumbsWithPath($fragments)
Inherited
Parameters
array | $fragments |
Return
wild |
protected function createCurrentFragmentView($fragment, $is_history_view)Inherited
protected function createCurrentFragmentView($fragment, $is_history_view)
Inherited
Parameters
$fragment | ||
$is_history_view |
Return
wild |
public function renderConfigurationWarningIfRequired()Inherited
public function renderConfigurationWarningIfRequired()
Inherited
Return
wild |
public function isCorrectlyConfigured()Inherited
public function isCorrectlyConfigured()
Inherited
PhragmentController
We use this to disable the download links if the alternate domain is not configured correctly. Although the download links will mostly work for logged in users without an alternate domain, the behaviour is reasonably non-consistent and will deny public users, even if policies are configured otherwise (because the Files app does not support showing the info page to viewers who are not logged in).
Return
wild |