Page MenuHomePhabricator

final class PhortuneAdHocCart
Phabricator Technical Documentation (Phortune)

This class is not documented.

Methods

public function loadImplementationsForCarts($viewer, $carts)

PhortuneCartImplementation

Load implementations for a given set of carts.

Note that this method should return a map using the original keys to identify which implementation corresponds to which cart.

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

public function getName($cart)

This method is not documented.
Parameters
PhortuneCart$cart
Return
wild

public function getCancelURI($cart)

This method is not documented.
Parameters
PhortuneCart$cart
Return
wild

public function getDoneURI($cart)

This method is not documented.
Parameters
PhortuneCart$cart
Return
wild

public function getDescription($cart)

This method is not documented.
Parameters
PhortuneCart$cart
Return
wild

public function getDoneActionName($cart)
Inherited

This method is not documented.
Parameters
PhortuneCart$cart
Return
wild

public function assertCanCancelOrder($cart)
Inherited

This method is not documented.
Parameters
PhortuneCart$cart
Return
wild

public function assertCanRefundOrder($cart)
Inherited

This method is not documented.
Parameters
PhortuneCart$cart
Return
wild

public function willCreateCart($viewer, $cart)

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