CRM-16173 - WhitelistSubscriber - Filtering for API requests (entity/action/params)
[civicrm-core.git] / api / v3 / Grant.php
index bb0468fbbd240ae7858028ac57bdb717d1e4104d..5239cf8ad7c27215c34148eb85ee52d987c6ff6b 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -26,7 +26,7 @@
  */
 
 /**
- * This api exposes CiviCRM grant records.
+ * This api exposes CiviCRM Grant records.
  *
  * @note Grant component must be enabled.
  *
  */
 
 /**
- * Create/update grant.
+ * Create/update Grant.
  *
  * @param array $params
  *   Array per getfields metadata.
  *
  * @return array
- *   grant array
  */
 function civicrm_api3_grant_create($params) {
   return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params, 'Grant');
@@ -73,10 +72,10 @@ function civicrm_api3_grant_get($params) {
 }
 
 /**
- * This method is used to delete an existing grant.
+ * This method is used to delete an existing Grant.
  *
  * @param array $params
- *   Id of the grant to be deleted is required.
+ *   Id of the Grant to be deleted is required.
  *
  * @return array
  *   API Result Array