Page MenuHomePhabricator
Diviner Phabricator Tech Docs PhabricatorInlineCommentController

abstract class PhabricatorInlineCommentController
Phabricator Technical Documentation ()

This class is not documented.

Methods

abstract protected function createComment()

This method is not documented.
Return
wild

abstract protected function loadComment($id)

This method is not documented.
Parameters
$id
Return
wild

abstract protected function loadCommentForEdit($id)

This method is not documented.
Parameters
$id
Return
wild

abstract protected function loadCommentForDone($id)

This method is not documented.
Parameters
$id
Return
wild

abstract protected function loadCommentByPHID($phid)

This method is not documented.
Parameters
$phid
Return
wild

abstract protected function loadObjectOwnerPHID($inline)

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

abstract protected function deleteComment($inline)

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

abstract protected function undeleteComment($inline)

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

abstract protected function saveComment($inline)

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

protected function hideComments($ids)

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

protected function showComments($ids)

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

public function getCommentID()

This method is not documented.
Return
wild

public function getOperation()

This method is not documented.
Return
wild

public function getCommentText()

This method is not documented.
Return
wild

public function getLineLength()

This method is not documented.
Return
wild

public function getLineNumber()

This method is not documented.
Return
wild

public function getIsOnRight()

This method is not documented.
Return
wild

public function getChangesetID()

This method is not documented.
Return
wild

public function getIsNewFile()

This method is not documented.
Return
wild

public function setRenderer($renderer)

This method is not documented.
Parameters
$renderer
Return
wild

public function getRenderer()

This method is not documented.
Return
wild

public function setReplyToCommentPHID($phid)

This method is not documented.
Parameters
$phid
Return
wild

public function getReplyToCommentPHID()

This method is not documented.
Return
wild

public function processRequest()

This method is not documented.
Return
wild

private function readRequestParameters()

This method is not documented.
Return
wild

private function buildEditDialog()

This method is not documented.
Return
wild

private function buildEmptyResponse()

This method is not documented.
Return
wild

private function buildRenderedCommentResponse($inline, $on_right)

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

private function renderTextArea($text)

This method is not documented.
Parameters
$text
Return
wild

private function buildScaffoldForView($view)

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