INFRA-132 - Batch 14 (g)
[civicrm-core.git] / api / v3 / MembershipStatus.php
index 20b3f62491f72fbb438ea09742935539a01a343d..da355eef6c3e0ce9d69b5d964e7cb4f52034677d 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
@@ -48,7 +47,6 @@
  * @return array
  *   Array of newly created membership status property values.
  * {@getfields MembershipStatus_create}
- * @access public
  */
 function civicrm_api3_membership_status_create($params) {
   return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params);
@@ -65,7 +63,6 @@ function civicrm_api3_membership_status_create($params) {
  * @return array
  *   Array of all found membership status property values.
  * {@getfields MembershipStatus_get}
- * @access public
  */
 function civicrm_api3_membership_status_get($params) {
   return _civicrm_api3_basic_get('CRM_Member_BAO_MembershipStatus', $params);
@@ -83,7 +80,6 @@ function civicrm_api3_membership_status_get($params) {
  *
  * @return array
  *   Array of updated membership status property values
- * @access public
  */
 function &civicrm_api3_membership_status_update($params) {
 
@@ -120,12 +116,8 @@ function &civicrm_api3_membership_status_update($params) {
  *
  * This API is used for deleting a membership status
  *
- * @param array Params array containing 'id' - Id of the membership status to be deleted
- * {@getfields MembershipStatus_delete}
- *
+ * @param array $params
  * @return array
- *   i
- * @access public
  */
 function civicrm_api3_membership_status_delete($params) {