X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FBAO%2FContributionSoft.php;h=2e8d49da0ea26e230f7ada0eb91d73af615d265a;hb=5552f12522cb2481ce8f8ccf028148084367237f;hp=03f443f54c9730f9d383743bc075e67c1aa9bf08;hpb=d5a0bb241c55747b7bd8e16ede5addad323453e1;p=civicrm-core.git diff --git a/CRM/Contribute/BAO/ContributionSoft.php b/CRM/Contribute/BAO/ContributionSoft.php index 03f443f54c..2e8d49da0e 100644 --- a/CRM/Contribute/BAO/ContributionSoft.php +++ b/CRM/Contribute/BAO/ContributionSoft.php @@ -71,7 +71,6 @@ class CRM_Contribute_BAO_ContributionSoft extends CRM_Contribute_DAO_Contributio * (reference ) an assoc array to hold the flattened values. * * @return CRM_Contribute_BAO_ContributionSoft - * @static */ public static function retrieve(&$params, &$defaults) { $contributionSoft = new CRM_Contribute_DAO_ContributionSoft(); @@ -88,7 +87,6 @@ class CRM_Contribute_BAO_ContributionSoft extends CRM_Contribute_DAO_Contributio * * @param array $params * - * @static */ public static function del($params) { //delete from contribution soft table @@ -151,7 +149,6 @@ class CRM_Contribute_BAO_ContributionSoft extends CRM_Contribute_DAO_Contributio * * @return array * Array of soft contribution ids, amounts, and associated contact ids - * @static */ public static function getSoftContribution($contributionID, $all = FALSE) { $pcpFields = array( @@ -245,7 +242,6 @@ class CRM_Contribute_BAO_ContributionSoft extends CRM_Contribute_DAO_Contributio * Additional filter criteria, later used in where clause. * * @return array - * @static */ public static function getSoftContributionList($contact_id, $filter = NULL, $isTest = 0) { $query = ' @@ -311,15 +307,11 @@ class CRM_Contribute_BAO_ContributionSoft extends CRM_Contribute_DAO_Contributio return $result; } - /* - * Function to assign honor profile fields to template/form, if $honorId (as soft-credit's contact_id) - * is passed then whole honoreeprofile fields with title/value assoc array assigned or only honoreeName - * is assigned - * - * @static - */ - /** + * Function to assign honor profile fields to template/form, if $honorId (as soft-credit's contact_id) + * is passed then whole honoreeprofile fields with title/value assoc array assigned or only honoreeName + * is assigned + * * @param CRM_Core_Form $form * @param array $params * @param int $honoreeprofileId