[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/phortune/provider/ -> PhortunePaymentProvider.php (summary)

(no description)

File Size: 296 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 23 functions

  setProviderConfig()
  getProviderConfig()
  readEditFormValuesFromProviderConfig()
  readEditFormValuesFromRequest()
  renderConfigurationSecret()
  isConfigurationSecret()
  runConfigurationTest()
  getAllProviders()
  isEnabled()
  applyCharge()
  refundCharge()
  canCreatePaymentMethods()
  translateCreatePaymentMethodErrorCode()
  getCreatePaymentMethodErrorMessage()
  validateCreatePaymentMethodToken()
  createPaymentMethodFromRequest()
  renderCreatePaymentMethodForm()
  getDefaultPaymentMethodDisplayName()
  canProcessOneTimePayments()
  renderOneTimePaymentButton()
  getControllerURI()
  canRespondToControllerAction()
  processControllerRequest()

Functions
Functions that are not part of a class:

setProviderConfig(PhortunePaymentProviderConfig $provider_config)   X-Ref


getProviderConfig()   X-Ref
No description

readEditFormValuesFromProviderConfig()   X-Ref
Read a dictionary of properties from the provider's configuration for
use when editing the provider.


readEditFormValuesFromRequest(AphrontRequest $request)   X-Ref
Read a dictionary of properties from a request for use when editing the
provider.


renderConfigurationSecret($value)   X-Ref
No description

isConfigurationSecret($value)   X-Ref
No description

runConfigurationTest()   X-Ref
No description

getAllProviders()   X-Ref
No description

isEnabled()   X-Ref
No description

applyCharge(PhortunePaymentMethod $payment_method,PhortuneCharge $charge)   X-Ref
No description

refundCharge(PhortuneCharge $charge,PhortuneCharge $refund)   X-Ref
No description

canCreatePaymentMethods()   X-Ref


translateCreatePaymentMethodErrorCode($error_code)   X-Ref


getCreatePaymentMethodErrorMessage($error_code)   X-Ref


validateCreatePaymentMethodToken(array $token)   X-Ref


createPaymentMethodFromRequest(AphrontRequest $request,PhortunePaymentMethod $method,array $token)   X-Ref


renderCreatePaymentMethodForm(AphrontRequest $request,array $errors)   X-Ref


getDefaultPaymentMethodDisplayName(PhortunePaymentMethod $method)   X-Ref
No description

canProcessOneTimePayments()   X-Ref
No description

renderOneTimePaymentButton(PhortuneAccount $account,PhortuneCart $cart,PhabricatorUser $user)   X-Ref
No description

getControllerURI($action,array $params = array()   X-Ref
No description

canRespondToControllerAction($action)   X-Ref
No description

processControllerRequest(PhortuneProviderActionController $controller,AphrontRequest $request)   X-Ref
No description



Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1