INFRA-132 - Batch 14 (g)
[civicrm-core.git] / api / v3 / Grant.php
index aae2dffcae3a7b24d6a853c279b1461780776425..8a21f412effc425587c5392bd10b8dfba797c00d 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
@@ -48,7 +47,6 @@
  * @return array
  *   grant array
  * {@getfields grant_create}
- * @access public
  */
 function civicrm_api3_grant_create($params) {
   return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params, 'Grant');
@@ -77,7 +75,6 @@ function _civicrm_api3_grant_create_spec(&$params) {
  * @return array
  *   Array of matching grants
  * {@getfields grant_get}
- * @access public
  */
 function civicrm_api3_grant_get($params) {
   return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params, TRUE, 'Grant');
@@ -96,7 +93,6 @@ function civicrm_api3_grant_get($params) {
  * @return array
  *   API Result Array
  * {@getfields grant_delete}
- * @access public
  */
 function civicrm_api3_grant_delete($params) {
   return _civicrm_api3_basic_delete(_civicrm_api3_get_BAO(__FUNCTION__), $params);