INFRA-132 - Batch 14 (g)
[civicrm-core.git] / api / v3 / MembershipBlock.php
index 3bc8fb3161aa03b9b60621ee9ce6a162e7160e3c..acfb043ebad4304072043a2f2d572ead85eed34e 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
@@ -45,8 +44,6 @@
  *
  * @return array
  *   newly created or updated membership type property values.
- * @access public
- * {getfields MembershipBlock_get}
  */
 function civicrm_api3_membership_block_create($params) {
   return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params);
@@ -76,7 +73,6 @@ function _civicrm_api3_membership_block_create_spec(&$params) {
  *
  * @return array
  *   api result array of all found membership block property values.
- * @access public
  */
 function civicrm_api3_membership_block_get($params) {
   return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params);
@@ -92,8 +88,6 @@ function civicrm_api3_membership_block_get($params) {
  *
  * @return array
  *   api result array
- * @access public
- * {getfields MembershipBlock_delete}
  */
 function civicrm_api3_membership_block_delete($params) {
   return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params);