INFRA-132 - Batch 14 (g)
[civicrm-core.git] / api / v3 / UFJoin.php
index 3b763b8635c5d166524f9307eb982b4d931185b1..888501ca61e838cf52df41a7f75d1ff7eeef3357 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  *
  * @return array
  *   CRM_Core_DAO_UFJoin Array
- * @access public
- * @example UFJoinCreate.php
- *  {@getfields UFJoin_create}
- *
  */
 function civicrm_api3_uf_join_create($params) {
 
@@ -79,8 +74,6 @@ function _civicrm_api3_uf_join_create_spec(&$params) {
  * @return array
  *   CiviCRM Result Array or null
  * @todo Delete function missing
- * @access public
- * {getfields UFJoin_get}
  */
 function civicrm_api3_uf_join_get($params) {
   return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params);