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()
public function shouldAllowPublic()
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, $render_data)Inherited
protected function buildTransactionTimeline($object, $query, $engine, $render_data)
Inherited
Parameters
| PhabricatorApplicationTransactionInterface | $object | |
| PhabricatorApplicationTransactionQuery | $query | |
| PhabricatorMarkupEngine | $engine | |
| $render_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 setProject($project)Inherited
protected function setProject($project)
Inherited
Parameters
| PhabricatorProject | $project |
Return
| wild |
protected function getProject()Inherited
protected function getProject()
Inherited
Return
| wild |
protected function loadProject()Inherited
protected function loadProject()
Inherited
Return
| wild |
protected function getProfileMenu()Inherited
protected function getProfileMenu()
Inherited
Return
| wild |
protected function getProfileMenuEngine()Inherited
protected function getProfileMenuEngine()
Inherited
Return
| wild |
protected function setProfileMenuEngine($engine)Inherited
protected function setProfileMenuEngine($engine)
Inherited
Parameters
| PhabricatorProjectProfileMenuEngine | $engine |
Return
| wild |
protected function newCardResponse($board_phid, $object_phid)Inherited
protected function newCardResponse($board_phid, $object_phid)
Inherited
Parameters
| $board_phid | ||
| $object_phid |
Return
| wild |
public function renderHashtags($tags)Inherited
public function renderHashtags($tags)
Inherited
Parameters
| array | $tags |
Return
| wild |
private function readRequestState()
private function readRequestState()
Return
| wild |
private function getDefaultSort($project)
private function getDefaultSort($project)
Parameters
| PhabricatorProject | $project |
Return
| wild |
private function getDefaultFilter($project)
private function getDefaultFilter($project)
Parameters
| PhabricatorProject | $project |
Return
| wild |
private function isValidSort($sort)
private function isValidSort($sort)
Parameters
| $sort |
Return
| wild |
private function buildSortMenu($viewer, $project, $sort_key)
private function buildSortMenu($viewer, $project, $sort_key)
Parameters
| PhabricatorUser | $viewer | |
| PhabricatorProject | $project | |
| $sort_key |
Return
| wild |
private function buildFilterMenu($viewer, $project, $custom_query, $engine, $query_key)
private function buildFilterMenu($viewer, $project, $custom_query, $engine, $query_key)
Parameters
| PhabricatorUser | $viewer | |
| PhabricatorProject | $project | |
| $custom_query | ||
| PhabricatorApplicationSearchEngine | $engine | |
| $query_key |
Return
| wild |
private function buildManageMenu($project, $show_hidden)
private function buildManageMenu($project, $show_hidden)
Parameters
| PhabricatorProject | $project | |
| $show_hidden |
Return
| wild |
private function buildFullscreenMenu()
private function buildFullscreenMenu()
Return
| wild |
private function buildColumnMenu($project, $column)
private function buildColumnMenu($project, $column)
Parameters
| PhabricatorProject | $project | |
| PhabricatorProjectColumn | $column |
Return
| wild |
private function getURIWithState($base, $force)
private function getURIWithState($base, $force)
Add current state parameters (like order and the visibility of hidden columns) to a URI.
This allows actions which toggle or adjust one piece of state to keep the rest of the board state persistent. If no URI is provided, this method starts with the request URI.
Parameters
| string|null | $base | URI to add state parameters to. |
| bool | $force | True to explicitly include all state. |
Return
| PhutilURI | URI with state parameters. |
private function buildInitializeContent($project)
private function buildInitializeContent($project)
Parameters
| PhabricatorProject | $project |
Return
| wild |
private function buildNoAccessContent($project)
private function buildNoAccessContent($project)
Parameters
| PhabricatorProject | $project |
Return
| wild |
private function buildEnableContent($project)
private function buildEnableContent($project)
Parameters
| PhabricatorProject | $project |
Return
| wild |
private function buildDisabledContent($project)
private function buildDisabledContent($project)
Parameters
| PhabricatorProject | $project |
Return
| wild |