Class PhabricatorController
Tasks
Methods
protected buildApplicationCrumbs()
This method is not documented.
protected buildApplicationMenu()
This method is not documented.
public buildApplicationPage($view, array $options)
| parameters | wild | $view | |
| array | $options | |
| return | wild | | |
This method is not documented.
public buildStandardPageResponse($view, array $data)
| parameters | wild | $view | |
| array | $data | |
| return | wild | | |
This method is not documented.
public buildStandardPageView()
This method is not documented.
public didProcessRequest($response)
| parameters | wild | $response | |
| return | wild | | |
This method is not documented.
public getApplicationURI($path = '')
| parameters | wild | $path | |
| return | wild | | |
This method is not documented.
protected getHandle($phid)
| parameters | wild | $phid | |
| return | wild | | |
This method is not documented.
protected getLoadedHandles()
This method is not documented.
protected loadHandles(array $phids)
| parameters | array | $phids | |
| return | wild | | |
This method is not documented.
protected loadViewerHandles(array $phids)
| parameters | array | $phids | |
| return | wild | | |
This method is not documented.
protected string renderHandlesForPHIDs(array $phids, $style = "\n")
| parameters | list<phid> | $phids | List of PHIDs to render links to. |
| string | $style | Style, one of "\n" (to put each item on its own line) or "," (to list items inline, separated by commas). |
| return | string | | Rendered list of handle links. |
Render a list of links to handles, identified by PHIDs. The handles must
already be loaded.
public shouldAllowPublic()
This method is not documented.
public shouldRequireAdmin()
This method is not documented.
public shouldRequireEmailVerification()
This method is not documented.
public shouldRequireEnabledUser()
This method is not documented.
public shouldRequireLogin()
This method is not documented.
final public willBeginExecution()
This method is not documented.