Page MenuHomePhabricator
Diviner Phabricator Tech Docs PhabricatorMetaMTAMemberQuery

final class PhabricatorMetaMTAMemberQuery
Phabricator Technical Documentation (MetaMTA)

Expands aggregate mail recipients into their component mailables. For example, a project currently expands into all of its members.

Tasks

Formatting Query Clauses

Other Methods

Methods

public function execute()

This method is not documented.
Return
wild

protected function formatWhereClause($parts)
Inherited

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

protected function formatWhereSubclause($parts)
Inherited

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

protected function formatSelectClause($parts)
Inherited

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

protected function formatSelectSubclause($parts)
Inherited

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

protected function formatJoinClause($parts)
Inherited

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

protected function formatHavingClause($parts)
Inherited

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

protected function formatHavingSubclause($parts)
Inherited

This method is not documented.
Parameters
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

public function executeExpansion()

Execute the query, merging results into a single list of unique member PHIDs.

Return
wild