Page MenuHomePhorge
Diviner Tech Docs DifferentialInlineComment

final class DifferentialInlineComment
Phorge Technical Documentation (Differential)

This class is not documented.

Tasks

Markup Interface

No methods for this task.

Other Methods

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 __clone()
Inherited

This method is not documented.
Return
wild

final public static function loadAndAttachVersionedDrafts($viewer, $inlines)
Inherited

This method is not documented.
Parameters
PhabricatorUser$viewer
array$inlines
Return
wild

public function setSyntheticAuthor($synthetic_author)
Inherited

This method is not documented.
Parameters
$synthetic_author
Return
wild

public function getSyntheticAuthor()
Inherited

This method is not documented.
Return
wild

public function setStorageObject($storage_object)
Inherited

This method is not documented.
Parameters
$storage_object
Return
wild

public function getStorageObject()
Inherited

This method is not documented.
Return
wild

public function getInlineCommentCacheFragment()
Inherited

This method is not documented.
Return
wild

protected function newStorageObject()

This method is not documented.
Return
wild

public function getControllerURI()

This method is not documented.
Return
wild

public function setChangesetID($id)

This method is not documented.
Parameters
$id
Return
wild

public function getChangesetID()

This method is not documented.
Return
wild

public function supportsHiding()

This method is not documented.
Return
wild

public function isHidden()

This method is not documented.
Return
wild

public function isDraft()
Inherited

This method is not documented.
Return
wild

public function getTransactionPHID()
Inherited

This method is not documented.
Return
wild

public function isCompatible($comment)
Inherited

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

public function setIsGhost($is_ghost)
Inherited

This method is not documented.
Parameters
$is_ghost
Return
wild

public function getIsGhost()
Inherited

This method is not documented.
Return
wild

public function setContent($content)
Inherited

This method is not documented.
Parameters
$content
Return
wild

public function getContent()
Inherited

This method is not documented.
Return
wild

public function getID()
Inherited

This method is not documented.
Return
wild

public function getPHID()
Inherited

This method is not documented.
Return
wild

public function setIsNewFile($is_new)
Inherited

This method is not documented.
Parameters
$is_new
Return
wild

public function getIsNewFile()
Inherited

This method is not documented.
Return
wild

public function setFixedState($state)
Inherited

This method is not documented.
Parameters
$state
Return
wild

public function setHasReplies($has_replies)
Inherited

This method is not documented.
Parameters
$has_replies
Return
wild

public function getHasReplies()
Inherited

This method is not documented.
Return
wild

public function getFixedState()
Inherited

This method is not documented.
Return
wild

public function setLineNumber($number)
Inherited

This method is not documented.
Parameters
$number
Return
wild

public function getLineNumber()
Inherited

This method is not documented.
Return
wild

public function setLineLength($length)
Inherited

This method is not documented.
Parameters
$length
Return
wild

public function getLineLength()
Inherited

This method is not documented.
Return
wild

public function setAuthorPHID($phid)
Inherited

This method is not documented.
Parameters
$phid
Return
wild

public function getAuthorPHID()
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 setIsDeleted($is_deleted)
Inherited

This method is not documented.
Parameters
$is_deleted
Return
wild

public function getIsDeleted()
Inherited

This method is not documented.
Return
wild

public function setIsEditing($is_editing)
Inherited

This method is not documented.
Parameters
$is_editing
Return
wild

public function getIsEditing()
Inherited

This method is not documented.
Return
wild

public function setDocumentEngineKey($engine_key)
Inherited

This method is not documented.
Parameters
$engine_key
Return
wild

public function getDocumentEngineKey()
Inherited

This method is not documented.
Return
wild

public function setStartOffset($offset)
Inherited

This method is not documented.
Parameters
$offset
Return
wild

public function getStartOffset()
Inherited

This method is not documented.
Return
wild

public function setEndOffset($offset)
Inherited

This method is not documented.
Parameters
$offset
Return
wild

public function getEndOffset()
Inherited

This method is not documented.
Return
wild

public function getDateModified()
Inherited

This method is not documented.
Return
wild

public function getDateCreated()
Inherited

This method is not documented.
Return
wild

public function openTransaction()
Inherited

This method is not documented.
Return
wild

public function saveTransaction()
Inherited

This method is not documented.
Return
wild

public function save()
Inherited

This method is not documented.
Return
wild

public function delete()
Inherited

This method is not documented.
Return
wild

public function makeEphemeral()
Inherited

This method is not documented.
Return
wild

public function attachVersionedDraftForViewer($viewer, $draft)
Inherited

This method is not documented.
Parameters
PhabricatorUser$viewer
PhabricatorVersionedDraft$draft
Return
wild

public function hasVersionedDraftForViewer($viewer)
Inherited

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

public function getVersionedDraftForViewer($viewer)
Inherited

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

public function isVoidComment($viewer)
Inherited

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

public function getContentStateForEdit($viewer)
Inherited

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

protected function newContentState()
Inherited

This method is not documented.
Return
wild

public function newContentStateFromRequest($request)
Inherited

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

public function getInitialContentState()
Inherited

This method is not documented.
Return
wild

public function setInitialContentState($state)
Inherited

This method is not documented.
Parameters
PhabricatorInlineCommentContentState$state
Return
wild

public function getCommittedContentState()
Inherited

This method is not documented.
Return
wild

public function setCommittedContentState($state)
Inherited

This method is not documented.
Parameters
PhabricatorInlineCommentContentState$state
Return
wild

public function getContentState()
Inherited

This method is not documented.
Return
wild

public function setContentState($state)
Inherited

This method is not documented.
Parameters
PhabricatorInlineCommentContentState$state
Return
wild

private function getNamedContentState($key)
Inherited

This method is not documented.
Parameters
$key
Return
wild

private function setNamedContentState($key, $state)
Inherited

This method is not documented.
Parameters
$key
PhabricatorInlineCommentContentState$state
Return
wild

public function getInlineContext()
Inherited

This method is not documented.
Return
wild

public function getContentStateMapForEdit($viewer)
Inherited

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

public function getContentStateMap()
Inherited

This method is not documented.
Return
wild

private function getWireContentStateMap($is_edit, $viewer)
Inherited

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

private function getWireContentState($content_state)
Inherited

This method is not documented.
Parameters
$content_state
Return
wild

public function getDefaultSuggestionText()
Inherited

This method is not documented.
Return
wild

public function getMarkupFieldKey($field)
Inherited

This method is not documented.
Parameters
$field
Return
wild

public function newMarkupEngine($field)
Inherited

This method is not documented.
Parameters
$field
Return
wild

public function getMarkupText($field)
Inherited

This method is not documented.
Parameters
$field
Return
wild

public function didMarkupText($field, $output, $engine)
Inherited

This method is not documented.
Parameters
$field
$output
PhutilMarkupEngine$engine
Return
wild

public function shouldUseMarkupCache($field)
Inherited

This method is not documented.
Parameters
$field
Return
wild
This method is not documented.
Return
wild

public static function newFromModernComment($comment)

This method is not documented.
Parameters
DifferentialTransactionComment$comment
Return
wild

public function setRevision($revision)

This method is not documented.
Parameters
DifferentialRevision$revision
Return
wild

public function getRevisionPHID()

This method is not documented.
Return
wild

public function setRevisionID($revision_id)

This method is not documented.
Parameters
$revision_id
Return
wild

public function getRevisionID()

This method is not documented.
Return
wild