Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-03-14-00-44-17
[civicrm-core.git] / api / v3 / UFGroup.php
index a85a79a88b375f9891744e3e721dd6ab0328e356..be4dacb80c3f55e2ef8c2bd3f0ae9383d51085df 100644 (file)
@@ -40,7 +40,6 @@
 /**
  * Files required for this package
  */
-
 function _civicrm_api3_uf_group_create_spec(&$params) {
   $session = CRM_Core_Session::singleton();
   $params['title']['api.required'] = 1;
@@ -54,7 +53,7 @@ function _civicrm_api3_uf_group_create_spec(&$params) {
  *
  * @param $params  array   Associative array of property name/value pairs to insert in group.
  *
- * @return   Newly create $ufGroupArray array
+ * @return array API result array
  * {@getfields UFGroup_create}
  * @example UFGroupCreate.php
  * @access public
@@ -83,7 +82,9 @@ function civicrm_api3_uf_group_get($params) {
 /**
  * Delete uf group
  *
- * @param $groupId int  Valid uf_group id that to be deleted
+ * @param $params
+ *
+ * @internal param int $groupId Valid uf_group id that to be deleted
  *
  * @return true on successful delete or return error
  * @todo doesnt rtn success or error properly