Page MenuHomePhabricator

final class PhabricatorPasteQuery
Phabricator Technical Documentation (Paste)

This class is not documented.

Methods

public function withIDs($ids)

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

public function withPHIDs($phids)

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

public function withAuthorPHIDs($phids)

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

public function withParentPHIDs($phids)

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

public function needContent($need_content)

This method is not documented.
Parameters
$need_content
Return
wild

public function needRawContent($need_raw_content)

This method is not documented.
Parameters
$need_raw_content
Return
wild

public function needSnippets($need_snippets)

This method is not documented.
Parameters
$need_snippets
Return
wild

public function withLanguages($languages)

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

public function withDateCreatedBefore($date_created_before)

This method is not documented.
Parameters
$date_created_before
Return
wild

public function withDateCreatedAfter($date_created_after)

This method is not documented.
Parameters
$date_created_after
Return
wild

public function withStatuses($statuses)

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

public function newResultObject()

This method is not documented.
Return
wild

protected function loadPage()

This method is not documented.
Return
wild

protected function didFilterPage($pastes)

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

protected function buildWhereClauseParts($conn)

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

protected function getPrimaryTableAlias()

This method is not documented.
Return
wild

private function getContentCacheKey($paste)

This method is not documented.
Parameters
PhabricatorPaste$paste
Return
wild

private function getSnippetCacheKey($paste)

This method is not documented.
Parameters
PhabricatorPaste$paste
Return
wild

private function loadRawContent($pastes)

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

private function loadContent($pastes)

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

private function loadSnippets($pastes)

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

private function buildContent($paste)

This method is not documented.
Parameters
PhabricatorPaste$paste
Return
wild

private function buildSnippet($paste)

This method is not documented.
Parameters
PhabricatorPaste$paste
Return
wild

private function highlightSource($source, $title, $language)

This method is not documented.
Parameters
$source
$title
$language
Return
wild

public function getQueryApplicationClass()

This method is not documented.
Return
wild