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