X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FFinancialType.php;h=c0cb44c7ff01d63720b677c600cc75eda41410dd;hb=85bb0909cffd925f4cd5c0022a68a1ff74d3ad8e;hp=785a334b2147f549776f0a03e0e2f5ec66531a41;hpb=7df6ef3a7df14718b17068a4960086ade4bdc5b8;p=civicrm-core.git diff --git a/api/v3/FinancialType.php b/api/v3/FinancialType.php index 785a334b21..c0cb44c7ff 100644 --- a/api/v3/FinancialType.php +++ b/api/v3/FinancialType.php @@ -2,9 +2,9 @@ /* +--------------------------------------------------------------------+ - | CiviCRM version 4.4 | + | CiviCRM version 4.5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2013 | + | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -41,6 +41,8 @@ * {@getfields financial_type_create} * @example financial_typeCreate.php * + * @param $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 $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 $params + * * @return array of deleted values. * @access public */