Skip to content

Commit

Permalink
Merge pull request #9941 from eileenmcnaughton/comment
Browse files Browse the repository at this point in the history
Add docblock comment to help with CRM-20058
  • Loading branch information
eileenmcnaughton authored Mar 7, 2017
2 parents 08a1ca1 + c1f9556 commit 421606a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CRM/Financial/BAO/PaymentProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,21 @@ public static function getPaymentProcessors($capabilities = array(), $ids = FALS

/**
* Is there a processor on this site with the specified capability.
*
* The capabilities are defined on CRM_Core_Payment and can be extended by
* processors.
*
* examples are
* - supportsBackOffice
* - supportsLiveMode
* - supportsFutureRecurDate
* - supportsCancelRecurring
* - supportsRecurContributionsForPledges
*
* They are passed as array('BackOffice');
*
* Details of specific functions are in the docblocks on the CRM_Core_Payment class.
*
* @param array $capabilities
*
* @return bool
Expand Down

0 comments on commit 421606a

Please sign in to comment.