INFRA-132 - Batch 14 (g)
[civicrm-core.git] / api / v3 / UFMatch.php
index e8c4b1bcdd31d4340ad7c6462437096762685bb3..d57dbb770baf88c07d5fa25e1364a5bd1d2f5caa 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  * @param array $params
  *
  * @return array
- * @access public
- * {@getfields UFMatch_get}
- * @example UFMatchGet.php
- * @todo this class is missing delete & create functions (do after exisitng functions upgraded to v3)
  */
 function civicrm_api3_uf_match_get($params) {
   return _civicrm_api3_basic_get('CRM_Core_BAO_UFMatch', $params);
@@ -63,7 +58,6 @@ function civicrm_api3_uf_match_get($params) {
  * @return array
  *   api result array
  * {@getfields uf_match_create}
- * @access public
  */
 function civicrm_api3_uf_match_create($params) {
   return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params);
@@ -93,7 +87,6 @@ function _civicrm_api3_uf_match_create_spec(&$params) {
  * @return array
  *   api result array
  * {@getfields uf_match_create}
- * @access public
  */
 function civicrm_api3_uf_match_delete($params) {
   return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params);