Merge pull request #3356 from eileenmcnaughton/tests
[civicrm-core.git] / api / v3 / utils.php
index aa81220ba0353d8a37dea1c6ed1f336f62d854d9..29ebc64b5deff8ba1fcbdfc33404839039114ea8 100644 (file)
@@ -1119,6 +1119,12 @@ function _civicrm_api3_basic_create_fallback($bao_name, &$params) {
 /**
  * Function to do a 'standard' api del - when the api is only doing a $bao::del then use this
  * if api::del doesn't exist it will try DAO delete method
+ *
+ * @param $bao_name
+ * @param $params
+ *
+ * @return array API result array
+ * @throws API_Exception
  */
 function _civicrm_api3_basic_delete($bao_name, &$params) {