Page MenuHomePhorge
Diviner Tech Docs DiffusionInlineCommentController

final class DiffusionInlineCommentController
Phorge Technical Documentation (Diffusion)

This class is not documented.

Methods

public function __get($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

public function __set($name, $value)
Inherited

This method is not documented.
Parameters
$name
$value
Return
wild

public function current()
Inherited

This method is not documented.
Return
wild

public function key()
Inherited

This method is not documented.
Return
wild

public function next()
Inherited

This method is not documented.
Return
wild

public function rewind()
Inherited

This method is not documented.
Return
wild

public function valid()
Inherited

This method is not documented.
Return
wild

private function throwOnAttemptedIteration()
Inherited

This method is not documented.
Return
wild

public function getPhobjectClassConstant($key, $byte_limit)
Inherited

Phobject

Read the value of a class constant.

This is the same as just typing self::CONSTANTNAME, but throws a more useful message if the constant is not defined and allows the constant to be limited to a maximum length.

Parameters
string$keyName of the constant.
int|null$byte_limitMaximum number of bytes permitted in the value.
Return
stringValue of the constant.

public function setDelegatingController($delegating_controller)
Inherited

This method is not documented.
Parameters
AphrontController$delegating_controller
Return
wild

public function getDelegatingController()
Inherited

This method is not documented.
Return
wild

public function willBeginExecution()
Inherited

This method is not documented.
Return
wild

public function willProcessRequest($uri_data)
Inherited

This method is not documented.
Parameters
array$uri_data
Return
wild

public function handleRequest($request)
Inherited

This method is not documented.
Parameters
AphrontRequest$request
Return
wild

public function willSendResponse($response)
Inherited

This method is not documented.
Parameters
AphrontResponse$response
Return
wild

final public function setRequest($request)
Inherited

This method is not documented.
Parameters
AphrontRequest$request
Return
wild

final public function getRequest()
Inherited

This method is not documented.
Return
wild

final public function getViewer()
Inherited

This method is not documented.
Return
wild

final public function delegateToController($controller)
Inherited

This method is not documented.
Parameters
AphrontController$controller
Return
wild

final public function setCurrentApplication($current_application)
Inherited

This method is not documented.
Parameters
PhabricatorApplication$current_application
Return
wild

final public function getCurrentApplication()
Inherited

This method is not documented.
Return
wild

public function getDefaultResourceSource()
Inherited

This method is not documented.
Return
wild

public function requireResource($symbol)
Inherited

This method is not documented.
Parameters
$symbol
Return
wild

public function initBehavior($name, $config)
Inherited

This method is not documented.
Parameters
$name
$config
Return
wild

public function shouldRequireLogin()
Inherited

This method is not documented.
Return
wild

public function shouldRequireAdmin()
Inherited

This method is not documented.
Return
wild

public function shouldRequireEnabledUser()
Inherited

This method is not documented.
Return
wild

public function shouldAllowPublic()
Inherited

This method is not documented.
Return
wild

public function shouldAllowPartialSessions()
Inherited

This method is not documented.
Return
wild

public function shouldRequireEmailVerification()
Inherited

This method is not documented.
Return
wild

public function shouldAllowRestrictedParameter($parameter_name)
Inherited

This method is not documented.
Parameters
$parameter_name
Return
wild

public function shouldRequireMultiFactorEnrollment()
Inherited

This method is not documented.
Return
wild

public function shouldAllowLegallyNonCompliantUsers()
Inherited

This method is not documented.
Return
wild

public function isGlobalDragAndDropUploadEnabled()
Inherited

This method is not documented.
Return
wild

public function getApplicationURI($path)
Inherited

This method is not documented.
Parameters
$path
Return
wild

protected function loadViewerHandles($phids)
Inherited

PhabricatorController
WARNING: Do not call this in new code.
Parameters
array$phids
Return
wild

public function buildApplicationMenu()
Inherited

This method is not documented.
Return
wild

protected function buildApplicationCrumbs()
Inherited

This method is not documented.
Return
wild

protected function hasApplicationCapability($capability)
Inherited

This method is not documented.
Parameters
$capability
Return
wild

protected function requireApplicationCapability($capability)
Inherited

This method is not documented.
Parameters
$capability
Return
wild

protected function explainApplicationCapability($capability, $positive_message, $negative_message)
Inherited

This method is not documented.
Parameters
$capability
$positive_message
$negative_message
Return
wild

public function newDialog()
Inherited

PhabricatorController

Create a new AphrontDialogView with defaults filled in.

Return
AphrontDialogViewNew dialog.

public function newRedirect()
Inherited

This method is not documented.
Return
wild

public function newPage()
Inherited

This method is not documented.
Return
wild

public function newApplicationMenu()
Inherited

This method is not documented.
Return
wild

public function newCurtainView($object)
Inherited

This method is not documented.
Parameters
$object
Return
wild

protected function buildTransactionTimeline($object, $query, $engine, $view_data)
Inherited

This method is not documented.
Parameters
PhabricatorApplicationTransactionInterface$object
PhabricatorApplicationTransactionQuery$query
PhabricatorMarkupEngine$engine
$view_data
Return
wild

public function buildApplicationCrumbsForEditEngine()
Inherited

This method is not documented.
Return
wild

private function requireLegalpadSignatures()
Inherited

This method is not documented.
Return
wild

public function buildStandardPageView()
Inherited

PhabricatorController

DEPRECATED. Use newPage().

Return
wild

public function buildStandardPageResponse($view, $data)
Inherited

PhabricatorController

DEPRECATED. Use newPage().

Parameters
$view
array$data
Return
wild

protected function createComment()

This method is not documented.
Return
wild

protected function newInlineCommentQuery()

This method is not documented.
Return
wild

protected function loadCommentForDone($id)

This method is not documented.
Parameters
$id
Return
wild

protected function loadObjectOwnerPHID($inline)

This method is not documented.
Parameters
PhabricatorInlineComment$inline
Return
wild

protected function newContainerObject()

This method is not documented.
Return
wild

final protected function getContainerObject()
Inherited

This method is not documented.
Return
wild

protected function hideComments($ids)
Inherited

This method is not documented.
Parameters
array$ids
Return
wild

protected function showComments($ids)
Inherited

This method is not documented.
Parameters
array$ids
Return
wild

public function getCommentID()
Inherited

This method is not documented.
Return
wild

public function getOperation()
Inherited

This method is not documented.
Return
wild

public function getLineLength()
Inherited

This method is not documented.
Return
wild

public function getLineNumber()
Inherited

This method is not documented.
Return
wild

public function getIsOnRight()
Inherited

This method is not documented.
Return
wild

public function getChangesetID()
Inherited

This method is not documented.
Return
wild

public function getIsNewFile()
Inherited

This method is not documented.
Return
wild

public function setRenderer($renderer)
Inherited

This method is not documented.
Parameters
$renderer
Return
wild

public function getRenderer()
Inherited

This method is not documented.
Return
wild

public function setReplyToCommentPHID($phid)
Inherited

This method is not documented.
Parameters
$phid
Return
wild

public function getReplyToCommentPHID()
Inherited

This method is not documented.
Return
wild

public function processRequest()
Inherited

This method is not documented.
Return
wild

private function readRequestParameters()
Inherited

This method is not documented.
Return
wild

private function buildEditDialog($inline)
Inherited

This method is not documented.
Parameters
PhabricatorInlineComment$inline
Return
wild

private function buildEmptyResponse()
Inherited

This method is not documented.
Return
wild

private function buildRenderedCommentResponse($inline, $on_right)
Inherited

This method is not documented.
Parameters
PhabricatorInlineComment$inline
$on_right
Return
wild

private function buildScaffoldForView($view)
Inherited

This method is not documented.
Parameters
PHUIDiffInlineCommentView$view
Return
wild

private function newInlineResponse($inline, $view, $is_edit)
Inherited

This method is not documented.
Parameters
PhabricatorInlineComment$inline
$view
$is_edit
Return
wild

final protected function loadCommentByID($id)
Inherited

This method is not documented.
Parameters
$id
Return
wild

final protected function loadCommentByPHID($phid)
Inherited

This method is not documented.
Parameters
$phid
Return
wild

final protected function loadCommentByIDForEdit($id)
Inherited

This method is not documented.
Parameters
$id
Return
wild

private function loadCommentByQuery($query)
Inherited

This method is not documented.
Parameters
PhabricatorDiffInlineCommentQuery$query
Return
wild

private function hasContentState()
Inherited

This method is not documented.
Return
wild

private function newRequestContentState($inline)
Inherited

This method is not documented.
Parameters
$inline
Return
wild

private function updateCommentContentState($inline)
Inherited

This method is not documented.
Parameters
PhabricatorInlineComment$inline
Return
wild

private function saveComment($inline)
Inherited

This method is not documented.
Parameters
PhabricatorInlineComment$inline
Return
wild

private function newDraftEngine()
Inherited

This method is not documented.
Return
wild

private function getCommitPHID()

This method is not documented.
Return
wild

private function loadCommit()

This method is not documented.
Return
wild

protected function canEditInlineComment($viewer, $inline)

This method is not documented.
Parameters
PhabricatorUser$viewer
PhabricatorAuditInlineComment$inline
Return
wild