Diviner

Class PhabricatorController

Definedsrc/applications/base/controller/PhabricatorController.php:3
ExtendsAphrontController

Tasks

Methods

protected buildApplicationCrumbs()

returnwild
This method is not documented.

protected buildApplicationMenu()

returnwild
This method is not documented.

public buildApplicationPage($view, array $options)

parameterswild$view
array$options
returnwild
This method is not documented.

public buildStandardPageResponse($view, array $data)

parameterswild$view
array$data
returnwild
This method is not documented.

public buildStandardPageView()

returnwild
This method is not documented.

public didProcessRequest($response)

parameterswild$response
returnwild
This method is not documented.

public getApplicationURI($path = '')

parameterswild$path
returnwild
This method is not documented.

protected getHandle($phid)

parameterswild$phid
returnwild
This method is not documented.

protected getLoadedHandles()

returnwild
This method is not documented.

protected loadHandles(array $phids)

parametersarray$phids
returnwild
This method is not documented.

protected loadViewerHandles(array $phids)

parametersarray$phids
returnwild
This method is not documented.

protected string renderHandlesForPHIDs(array $phids, $style = "\n")

parameterslist<phid>$phidsList of PHIDs to render links to.
string$styleStyle, one of "\n" (to put each item on its own line) or "," (to list items inline, separated by commas).
returnstringRendered list of handle links.

Render a list of links to handles, identified by PHIDs. The handles must already be loaded.

public shouldAllowPublic()

returnwild
This method is not documented.

public shouldRequireAdmin()

returnwild
This method is not documented.

public shouldRequireEmailVerification()

returnwild
This method is not documented.

public shouldRequireEnabledUser()

returnwild
This method is not documented.

public shouldRequireLogin()

returnwild
This method is not documented.

final public willBeginExecution()

returnwild
This method is not documented.