Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs PhabricatorInlineCommentInterface

interface PhabricatorInlineCommentInterface
Phabricator Technical Documentation ()

Shared interface used by Differential and Diffusion inline comments.

Methods

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 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 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 setReplyToCommentPHID($phid)

This method is not documented.
Parameters
$phid
Return
wild

public function getReplyToCommentPHID()

This method is not documented.
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 setIsDeleted($deleted)

This method is not documented.
Parameters
$deleted
Return
wild

public function getIsDeleted()

This method is not documented.
Return
wild

public function setFixedState($state)

This method is not documented.
Parameters
$state
Return
wild

public function getFixedState()

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 setCache($cache)

This method is not documented.
Parameters
$cache
Return
wild

public function getCache()

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 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 isCompatible($inline)

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

public function isDraft()

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

This method is not documented.
Return
wild

public function isHidden()

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