*
* @static
*/
- static function updatePledgePayments($pledgeId,
+ static function updatePledgePayments(
+ $pledgeId,
$paymentStatusId,
$paymentIds = NULL,
$actualAmount = 0,
/**
* Ideally this function should include fields that are displayed in the selector
*/
- static function defaultReturnProperties($mode,
+ static function defaultReturnProperties(
+ $mode,
$includeCustomFields = TRUE
) {
$properties = NULL;
* @return \CRM_Pledge_Selector_Search
@access public
*/
- function __construct(&$queryParams,
+ function __construct(
+ &$queryParams,
$action = CRM_Core_Action::NONE,
$additionalClause = NULL,
$single = FALSE,