X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FFinancialAccount.php;h=c39f061732fdfda7587f446eaa45e0fd3d170cea;hb=85bb0909cffd925f4cd5c0022a68a1ff74d3ad8e;hp=42e8219fe6e28b4bb231150cbdbb720d27973dc5;hpb=6628866da4eb17b8ff190928d8afdbee11526ae6;p=civicrm-core.git diff --git a/api/v3/FinancialAccount.php b/api/v3/FinancialAccount.php index 42e8219fe6..c39f061732 100644 --- a/api/v3/FinancialAccount.php +++ b/api/v3/FinancialAccount.php @@ -41,6 +41,8 @@ * {@getfields financial_account_create} * @example financial_accountCreate.php * + * @param $params + * * @return array of newly created financial_account property values. * @access public */ @@ -55,6 +57,8 @@ function civicrm_api3_financial_account_create($params) { * {@getfields financial_account_get} * @example financial_accountCreate.php * + * @param $params + * * @return array of retrieved financial_account property values. * @access public */ @@ -69,6 +73,8 @@ function civicrm_api3_financial_account_get($params) { * {@getfields financial_account_delete} * @example financial_accountCreate.php * + * @param $params + * * @return array of deleted values. * @access public */