Page MenuHomePhorge
Diviner Tech Docs PhabricatorInlineComment

abstract class PhabricatorInlineComment
Phorge Technical Documentation ()

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

This method is not documented.
Return
wild

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

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

public function setSyntheticAuthor($synthetic_author)

This method is not documented.
Parameters
$synthetic_author
Return
wild

public function getSyntheticAuthor()

This method is not documented.
Return
wild

public function setStorageObject($storage_object)

This method is not documented.
Parameters
$storage_object
Return
wild

public function getStorageObject()

This method is not documented.
Return
wild
This method is not documented.
Return
wild

abstract protected function newStorageObject()

This method is not documented.
Return
wild

abstract public function getControllerURI()

This method is not documented.
Return
wild

abstract public function setChangesetID($id)

This method is not documented.
Parameters
$id
Return
wild

abstract public function getChangesetID()

This method is not documented.
Return
wild

abstract public function supportsHiding()

This method is not documented.
Return
wild

abstract public function isHidden()

This method is not documented.
Return
wild

public function isDraft()

This method is not documented.
Return
wild

public function getTransactionPHID()

This method is not documented.
Return
wild

public function isCompatible($comment)

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

public function setIsGhost($is_ghost)

This method is not documented.
Parameters
$is_ghost
Return
wild

public function getIsGhost()

This method is not documented.
Return
wild

public function setContent($content)

This method is not documented.
Parameters
$content
Return
wild

public function getContent()

This method is not documented.
Return
wild

public function getID()

This method is not documented.
Return
wild

public function getPHID()

This method is not documented.
Return
wild

public function setIsNewFile($is_new)

This method is not documented.
Parameters
$is_new
Return
wild

public function getIsNewFile()

This method is not documented.
Return
wild

public function setFixedState($state)

This method is not documented.
Parameters
$state
Return
wild

public function setHasReplies($has_replies)

This method is not documented.
Parameters
$has_replies
Return
wild

public function getHasReplies()

This method is not documented.
Return
wild

public function getFixedState()

This method is not documented.
Return
wild

public function setLineNumber($number)

This method is not documented.
Parameters
$number
Return
wild

public function getLineNumber()

This method is not documented.
Return
wild

public function setLineLength($length)

This method is not documented.
Parameters
$length
Return
wild

public function getLineLength()

This method is not documented.
Return
wild

public function setAuthorPHID($phid)

This method is not documented.
Parameters
$phid
Return
wild

public function getAuthorPHID()

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 setIsDeleted($is_deleted)

This method is not documented.
Parameters
$is_deleted
Return
wild

public function getIsDeleted()

This method is not documented.
Return
wild

public function setIsEditing($is_editing)

This method is not documented.
Parameters
$is_editing
Return
wild

public function getIsEditing()

This method is not documented.
Return
wild

public function setDocumentEngineKey($engine_key)

This method is not documented.
Parameters
$engine_key
Return
wild

public function getDocumentEngineKey()

This method is not documented.
Return
wild

public function setStartOffset($offset)

This method is not documented.
Parameters
$offset
Return
wild

public function getStartOffset()

This method is not documented.
Return
wild

public function setEndOffset($offset)

This method is not documented.
Parameters
$offset
Return
wild

public function getEndOffset()

This method is not documented.
Return
wild

public function getDateModified()

This method is not documented.
Return
wild

public function getDateCreated()

This method is not documented.
Return
wild

public function openTransaction()

This method is not documented.
Return
wild

public function saveTransaction()

This method is not documented.
Return
wild

public function save()

This method is not documented.
Return
wild

public function delete()

This method is not documented.
Return
wild

public function makeEphemeral()

This method is not documented.
Return
wild

public function attachVersionedDraftForViewer($viewer, $draft)

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

public function hasVersionedDraftForViewer($viewer)

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

public function getVersionedDraftForViewer($viewer)

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

public function isVoidComment($viewer)

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

public function getContentStateForEdit($viewer)

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

protected function newContentState()

This method is not documented.
Return
wild

public function newContentStateFromRequest($request)

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

public function getInitialContentState()

This method is not documented.
Return
wild

public function setInitialContentState($state)

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

public function getCommittedContentState()

This method is not documented.
Return
wild

public function setCommittedContentState($state)

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

public function getContentState()

This method is not documented.
Return
wild

public function setContentState($state)

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

private function getNamedContentState($key)

This method is not documented.
Parameters
$key
Return
wild

private function setNamedContentState($key, $state)

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

public function getInlineContext()

This method is not documented.
Return
wild

public function getContentStateMapForEdit($viewer)

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

public function getContentStateMap()

This method is not documented.
Return
wild

private function getWireContentStateMap($is_edit, $viewer)

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

private function getWireContentState($content_state)

This method is not documented.
Parameters
$content_state
Return
wild

public function getDefaultSuggestionText()

This method is not documented.
Return
wild

public function getMarkupFieldKey($field)

This method is not documented.
Parameters
$field
Return
wild

public function newMarkupEngine($field)

This method is not documented.
Parameters
$field
Return
wild

public function getMarkupText($field)

This method is not documented.
Parameters
$field
Return
wild

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

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

public function shouldUseMarkupCache($field)

This method is not documented.
Parameters
$field
Return
wild