INFRA-132 - Batch 14 (g)
[civicrm-core.git] / api / v3 / ContributionSoft.php
index 5112d5009a53ed7b5376bfdfc9fbb9f53283b6eb..5134e94f5b51345d26d10dbe537a88d0b3c18d55 100644 (file)
@@ -47,9 +47,8 @@
  * @example ContributionSoftCreate.php Standard Create Example //FIXME
  *
  * @return array
  *   API result array
+ *   API result array
  * {@getfields contribution_soft_create}
- * @access public
  */
 function civicrm_api3_contribution_soft_create($params) {
   return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params);
@@ -76,9 +75,8 @@ function _civicrm_api3_contribution_soft_create_spec(&$params) {
  * @example ContributionSoftDelete.php Standard Delete Example
  *
  * @return boolean
  *   | error  true if successfull, error otherwise
+ *   | error  true if successfull, error otherwise
  * {@getfields contribution_soft_delete}
- * @access public
  */
 function civicrm_api3_contribution_soft_delete($params) {
   // non standard BAO - we have to write custom code to cope
@@ -98,9 +96,8 @@ function civicrm_api3_contribution_soft_delete($params) {
  *   An associative array of name/value pairs.
  *
  * @return array
  *   api result
+ *   api result
  * {@getfields contribution_soft_get}
- * @access public
  */
 function civicrm_api3_contribution_soft_get($params) {
   return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params);