X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FPriceField.php;h=048f71595c0fc7fc83a46e0ebf2c5c4917f92c8a;hb=a1a2a83db067ec5444f056ad3fa00e85fdc176ec;hp=77fa95f8baacb9fb442d4a2dc390a6e77dd649ee;hpb=13607d6e9346d7adeef72866afb4ded9046305d0;p=civicrm-core.git diff --git a/api/v3/PriceField.php b/api/v3/PriceField.php index 77fa95f8ba..048f71595c 100644 --- a/api/v3/PriceField.php +++ b/api/v3/PriceField.php @@ -1,8 +1,7 @@ value pairs. If $params is set - * as null, all price_fields will be returned (default limit is 25) + * @param array $params + * Array of one or more valid property_name=>value pairs. If $params is set. + * as null, all price_fields will be returned (default limit is 25) * - * @return array Array of matching price_fields - * {@getfields price_field_get} - * @access public + * @return array + * Array of matching price_fields + * {@getfields price_field_get} */ function civicrm_api3_price_field_get($params) { return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params); @@ -80,12 +82,13 @@ function civicrm_api3_price_field_get($params) { * This method is used to delete any existing price_field. id of the group * to be deleted is required field in $params array * - * @param array $params array containing id of the group - * to be deleted + * @param array $params + * Array containing id of the group. + * to be deleted * - * @return array API result array - * {@getfields price_field_delete} - * @access public + * @return array + * API result array + * {@getfields price_field_delete} */ function civicrm_api3_price_field_delete($params) { return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params);