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 renderErrorPage($title, $messages)Inherited
protected function renderErrorPage($title, $messages)
Inherited
Parameters
$title | ||
array | $messages |
Return
wild |
protected function isFirstTimeSetup()Inherited
protected function isFirstTimeSetup()
Inherited
PhabricatorAuthController
Returns true if this install is newly setup (i.e., there are no user accounts yet). In this case, we enter a special mode to permit creation of the first account form the web UI.
Return
wild |
protected function loginUser($user, $force_full_session)Inherited
protected function loginUser($user, $force_full_session)
Inherited
PhabricatorAuthController
Log a user into a web session and return an AphrontResponse which corresponds to continuing the login process.
Normally, this is a redirect to the validation controller which makes sure the user's cookies are set. However, event listeners can intercept this event and do something else if they prefer.
Parameters
PhabricatorUser | $user | User to log the viewer in as. |
bool | $force_full_session | True to issue a full session immediately, bypassing MFA. |
Return
AphrontResponse | Response which continues the login process. |
protected function clearRegistrationCookies()Inherited
protected function clearRegistrationCookies()
Inherited
Return
wild |
private function buildLoginValidateResponse($user)Inherited
private function buildLoginValidateResponse($user)
Inherited
Parameters
PhabricatorUser | $user |
Return
wild |
protected function renderError($message)Inherited
protected function renderError($message)
Inherited
Parameters
$message |
Return
wild |
protected function loadAccountForRegistrationOrLinking($account_key)Inherited
protected function loadAccountForRegistrationOrLinking($account_key)
Inherited
Parameters
$account_key |
Return
wild |
protected function loadInvite()Inherited
protected function loadInvite()
Inherited
Return
wild |
protected function renderInviteHeader($invite)Inherited
protected function renderInviteHeader($invite)
Inherited
Parameters
PhabricatorAuthInvite | $invite |
Return
wild |
final protected function newCustomStartMessage()Inherited
final protected function newCustomStartMessage()
Inherited
Return
wild |
protected function newNavigation()Inherited
protected function newNavigation()
Inherited
Return
wild |