X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FFinancialType.php;h=d222363c939e54e635f65a6f3953f225196bc31d;hb=6f2500ee7589360102875df4367568fe87485df6;hp=9afe0ab262c1d80e5d73aee6e49251fb63380e3c;hpb=e425a965789b9e5a86069069c8fa18c50d3e2b6a;p=civicrm-core.git diff --git a/api/v3/FinancialType.php b/api/v3/FinancialType.php index 9afe0ab262..d222363c93 100644 --- a/api/v3/FinancialType.php +++ b/api/v3/FinancialType.php @@ -2,7 +2,7 @@ /* +--------------------------------------------------------------------+ - | CiviCRM version 4.5 | + | CiviCRM version 4.6 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ @@ -41,6 +41,8 @@ * {@getfields financial_type_create} * @example financial_typeCreate.php * + * @param array $params + * * @return array of newly created financial_type property values. * @access public */ @@ -55,6 +57,8 @@ function civicrm_api3_financial_type_create($params) { * {@getfields financial_type_get} * @example financial_typeCreate.php * + * @param array $params + * * @return array of retrieved financial_type property values. * @access public */ @@ -69,6 +73,8 @@ function civicrm_api3_financial_type_get($params) { * {@getfields financial_type_delete} * @example financial_typeCreate.php * + * @param array $params + * * @return array of deleted values. * @access public */