X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FContributionSoft.php;h=fb795384a032b1958d85f5444e258475cc551adb;hb=0c07fff8870aebc78542d5519ba7c4e4689c53cf;hp=a02bf614b8ba0bd3090c61260f41d81b2bc196d0;hpb=87878ac8e6101fc5bed04f356c677b5f9ec54bc7;p=civicrm-core.git diff --git a/api/v3/ContributionSoft.php b/api/v3/ContributionSoft.php index a02bf614b8..fb795384a0 100644 --- a/api/v3/ContributionSoft.php +++ b/api/v3/ContributionSoft.php @@ -1,11 +1,9 @@ $params['id'])); } /** - * Retrieve one or more Soft Credits + * Retrieve one or more Soft Credits. * - * @example ContributionSoftGet.php Standard Get Example - * - * @param array $params An associative array of name/value pairs. + * @param array $params + * Array per getfields metadata. * - * @return array api result {@getfields contribution_soft_get} + * @return array + * API result */ function civicrm_api3_contribution_soft_get($params) { return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params);