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)Inherited
public function handleRequest($request)
Inherited
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()
public function shouldRequireLogin()
Return
wild |
public function shouldRequireAdmin()Inherited
public function shouldRequireAdmin()
Inherited
Return
wild |
public function shouldRequireEnabledUser()
public function shouldRequireEnabledUser()
Return
wild |
public function shouldAllowPublic()Inherited
public function shouldAllowPublic()
Inherited
Return
wild |
public function shouldAllowPartialSessions()
public function shouldAllowPartialSessions()
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()
public function shouldAllowLegallyNonCompliantUsers()
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 newRedirect()Inherited
public function newRedirect()
Inherited
Return
wild |
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 buildResourceTransformer()
protected function buildResourceTransformer()
Return
wild |
abstract public function getCelerityResourceMap()
abstract public function getCelerityResourceMap()
Return
wild |
protected function serveResource($spec)
protected function serveResource($spec)
Parameters
array | $spec |
Return
wild |
public static function getSupportedResourceTypes()
public static function getSupportedResourceTypes()
Return
wild |
private function makeResponseCacheable($response)
private function makeResponseCacheable($response)
Parameters
AphrontResponse | $response |
Return
wild |
private function isLocallyCacheableResourceType($type)
private function isLocallyCacheableResourceType($type)
Is it appropriate to cache the data for this resource type in the fast immutable cache?
Generally, text resources (which are small, and expensive to process) are cached, while other types of resources (which are large, and cheap to process) are not.
Parameters
string | $type | Resource type. |
Return
bool | True to enable caching. |
protected function getCacheKey($path)
protected function getCacheKey($path)
Parameters
$path |
Return
wild |