CRM-15934: more host patterns
[civicrm-core.git] / api / v3 / FinancialType.php
index 7357bb35b1b741127c0d1ae3c4f03db9e325777b..96e4deb6608a7c09aa956bf1b426d9cffe0ed6cc 100644 (file)
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
- * File for the CiviCRM APIv3 financial_type functions
+ * This api exposes CiviCRM financial_type.
  *
  * @package CiviCRM_APIv3
- * @subpackage API_financial_type
- *
  */
 
 /**
- * Save a financial_type
- *
- * Allowed @params array keys are:
- * {@getfields financial_type_create}
- * @example financial_typeCreate.php
+ * Save a financial_type.
  *
  * @param array $params
  *
@@ -50,11 +44,7 @@ function civicrm_api3_financial_type_create($params) {
 }
 
 /**
- * Get a financial_type
- *
- * Allowed @params array keys are:
- * {@getfields financial_type_get}
- * @example financial_typeCreate.php
+ * Get a financial_type.
  *
  * @param array $params
  *
@@ -66,11 +56,7 @@ function civicrm_api3_financial_type_get($params) {
 }
 
 /**
- * Delete a financial_type
- *
- * Allowed @params array keys are:
- * {@getfields financial_type_delete}
- * @example financial_typeCreate.php
+ * Delete a financial_type.
  *
  * @param array $params
  *