Page MenuHomePhabricator
Diviner Phabricator Tech Docs PhabricatorMetaMTAActorQuery

final class PhabricatorMetaMTAActorQuery
Phabricator Technical Documentation (MetaMTA)

This class is not documented.

Tasks

Formatting Query Clauses

Other Methods

  • public function execute()
  • public function setViewer($viewer)
  • public function getViewer()
  • public function withPHIDs($phids)
  • private function loadUserActors($actors, $phids)
  • private function loadUnknownActors($actors, $phids)
  • private function getUserName($user) — Small helper function to make sure we format the username properly as specified by the `metamta.user-address-format` configuration value.

Methods

public function execute()

This method is not documented.
Return
wild

protected function formatWhereClause($conn, $parts)
Inherited

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

protected function formatSelectClause($conn, $parts)
Inherited

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

protected function formatJoinClause($conn, $parts)
Inherited

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

protected function formatHavingClause($conn, $parts)
Inherited

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

private function flattenSubclause($parts)
Inherited

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

public function setViewer($viewer)

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

public function getViewer()

This method is not documented.
Return
wild

public function withPHIDs($phids)

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

private function loadUserActors($actors, $phids)

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

private function loadUnknownActors($actors, $phids)

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

private function getUserName($user)

Small helper function to make sure we format the username properly as specified by the metamta.user-address-format configuration value.

Parameters
PhabricatorUser$user
Return
wild