Page MenuHomePhabricator
Diviner Phabricator Tech Docs PhabricatorDiffInlineCommentQuery

abstract class PhabricatorDiffInlineCommentQuery
Phabricator Technical Documentation ()

This class is not documented.

Methods

abstract protected function newApplicationTransactionCommentTemplate()
Inherited

This method is not documented.
Return
wild

public function withIDs($ids)
Inherited

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

public function withPHIDs($phids)
Inherited

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

public function withTransactionPHIDs($transaction_phids)
Inherited

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

public function withAuthorPHIDs($phids)
Inherited

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

public function withIsDeleted($deleted)
Inherited

This method is not documented.
Parameters
$deleted
Return
wild

public function withHasTransaction($has_transaction)
Inherited

This method is not documented.
Parameters
$has_transaction
Return
wild

public function newResultObject()
Inherited

This method is not documented.
Return
wild

protected function loadPage()
Inherited

This method is not documented.
Return
wild

protected function buildWhereClauseParts($conn)

This method is not documented.
Parameters
AphrontDatabaseConnection$conn
Return
wild

protected function getPrimaryTableAlias()
Inherited

This method is not documented.
Return
wild

public function getQueryApplicationClass()
Inherited

This method is not documented.
Return
wild

abstract protected function buildInlineCommentWhereClauseParts($conn)

This method is not documented.
Parameters
AphrontDatabaseConnection$conn
Return
wild

abstract public function withObjectPHIDs($phids)

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

abstract protected function loadHiddenCommentIDs($viewer_phid, $comments)

This method is not documented.
Parameters
$viewer_phid
array$comments
Return
wild

abstract protected function newInlineContextMap($inlines)

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

abstract protected function newInlineContextFromCacheData($map)

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

final public function withFixedStates($states)

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

final public function needReplyToComments($need_reply_to)

This method is not documented.
Parameters
$need_reply_to
Return
wild

final public function withPublishableComments($with_publishable)

This method is not documented.
Parameters
$with_publishable
Return
wild

final public function withPublishedComments($with_published)

This method is not documented.
Parameters
$with_published
Return
wild

final public function needHidden($need_hidden)

This method is not documented.
Parameters
$need_hidden
Return
wild

final public function needInlineContext($need_context)

This method is not documented.
Parameters
$need_context
Return
wild

final public function needAppliedDrafts($need_applied)

This method is not documented.
Parameters
$need_applied
Return
wild

protected function willFilterPage($inlines)

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

protected function didFilterPage($inlines)

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

private function loadInlineCommentContext($inlines)

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

protected function newCacheDataFromInlineContext($context)

This method is not documented.
Parameters
PhabricatorInlineCommentContext$context
Return
wild

final protected function simplifyContext($lines, $is_head)

This method is not documented.
Parameters
array$lines
$is_head
Return
wild