X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FPriceField.php;h=048f71595c0fc7fc83a46e0ebf2c5c4917f92c8a;hb=a1a2a83db067ec5444f056ad3fa00e85fdc176ec;hp=bfe932940d7f1cfcf5b485fd00c06d72587b1cc0;hpb=c23f45d399981b29f079169078644507b0afe390;p=civicrm-core.git diff --git a/api/v3/PriceField.php b/api/v3/PriceField.php index bfe932940d..048f71595c 100644 --- a/api/v3/PriceField.php +++ b/api/v3/PriceField.php @@ -23,7 +23,7 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** @@ -44,7 +44,7 @@ * * @return array * api result array - * {@getfields price_field_create} + * {@getfields price_field_create} */ function civicrm_api3_price_field_create($params) { return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params); @@ -70,7 +70,7 @@ function _civicrm_api3_price_field_create_spec(&$params) { * * @return array * Array of matching price_fields - * {@getfields price_field_get} + * {@getfields price_field_get} */ function civicrm_api3_price_field_get($params) { return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params); @@ -88,7 +88,7 @@ function civicrm_api3_price_field_get($params) { * * @return array * API result array - * {@getfields price_field_delete} + * {@getfields price_field_delete} */ function civicrm_api3_price_field_delete($params) { return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params);