X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FFinancialType.php;h=c0cb44c7ff01d63720b677c600cc75eda41410dd;hb=85bb0909cffd925f4cd5c0022a68a1ff74d3ad8e;hp=9afe0ab262c1d80e5d73aee6e49251fb63380e3c;hpb=61ac5f959d775677c6eadffed193fde1d815eac4;p=civicrm-core.git diff --git a/api/v3/FinancialType.php b/api/v3/FinancialType.php index 9afe0ab262..c0cb44c7ff 100644 --- a/api/v3/FinancialType.php +++ b/api/v3/FinancialType.php @@ -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 */