[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/base/controller/ -> PhabricatorController.php (summary)

(no description)

File Size: 564 lines (17 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 27 functions

  shouldRequireLogin()
  shouldRequireAdmin()
  shouldRequireEnabledUser()
  shouldAllowPublic()
  shouldAllowPartialSessions()
  shouldRequireEmailVerification()
  shouldAllowRestrictedParameter()
  shouldRequireMultiFactorEnrollment()
  willBeginExecution()
  buildStandardPageView()
  buildStandardPageResponse()
  getApplicationURI()
  buildApplicationPage()
  didProcessRequest()
  getHandle()
  loadHandles()
  getLoadedHandles()
  loadViewerHandles()
  renderHandlesForPHIDs()
  buildApplicationMenu()
  buildApplicationCrumbs()
  hasApplicationCapability()
  requireApplicationCapability()
  explainApplicationCapability()
  getDefaultResourceSource()
  newDialog()
  buildTransactionTimeline()

Functions
Functions that are not part of a class:

shouldRequireLogin()   X-Ref
No description

shouldRequireAdmin()   X-Ref
No description

shouldRequireEnabledUser()   X-Ref
No description

shouldAllowPublic()   X-Ref
No description

shouldAllowPartialSessions()   X-Ref
No description

shouldRequireEmailVerification()   X-Ref
No description

shouldAllowRestrictedParameter($parameter_name)   X-Ref
No description

shouldRequireMultiFactorEnrollment()   X-Ref
No description

willBeginExecution()   X-Ref
No description

buildStandardPageView()   X-Ref
No description

buildStandardPageResponse($view, array $data)   X-Ref
No description

getApplicationURI($path = '')   X-Ref
No description

buildApplicationPage($view, array $options)   X-Ref
No description

didProcessRequest($response)   X-Ref
No description

getHandle($phid)   X-Ref
No description

loadHandles(array $phids)   X-Ref
No description

getLoadedHandles()   X-Ref
No description

loadViewerHandles(array $phids)   X-Ref
No description

renderHandlesForPHIDs(array $phids, $style = "\n")   X-Ref
Render a list of links to handles, identified by PHIDs. The handles must
already be loaded.

param: list<phid>  List of PHIDs to render links to.
param: string      Style, one of "\n" (to put each item on its own line)
return: string      Rendered list of handle links.

buildApplicationMenu()   X-Ref
No description

buildApplicationCrumbs()   X-Ref
No description

hasApplicationCapability($capability)   X-Ref
No description

requireApplicationCapability($capability)   X-Ref
No description

explainApplicationCapability($capability,$positive_message,$negative_message)   X-Ref
No description

getDefaultResourceSource()   X-Ref
No description

newDialog()   X-Ref
Create a new @{class:AphrontDialogView} with defaults filled in.

return: AphrontDialogView New dialog.

buildTransactionTimeline(PhabricatorApplicationTransactionInterface $object,PhabricatorApplicationTransactionQuery $query,PhabricatorMarkupEngine $engine = null)   X-Ref
No description



Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1