Page MenuHomePhabricator

final class PhortuneCartQuery
Phabricator Technical Documentation (Phortune)

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 withAccountPHIDs($account_phids)

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

public function withMerchantPHIDs($merchant_phids)

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

public function withSubscriptionPHIDs($subscription_phids)

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

public function withStatuses($statuses)

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

public function withInvoices($invoices)

Include or exclude carts which represent invoices with payments due.

Parameters
bool$invoices`true` to select invoices; `false` to exclude invoices.
Return
this

public function needPurchases($need_purchases)

This method is not documented.
Parameters
$need_purchases
Return
wild

protected function loadPage()

This method is not documented.
Return
wild

protected function willFilterPage($carts)

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

protected function didFilterPage($carts)

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

protected function buildWhereClause($conn)

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

public function getQueryApplicationClass()

This method is not documented.
Return
wild