X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FProduct.php;h=e4f7bd32bf21c00a935fd8da59d92077fb92e49f;hb=85bb0909cffd925f4cd5c0022a68a1ff74d3ad8e;hp=89864e1f1489de3376a5a39f3e406d2ea0c2d07c;hpb=6628866da4eb17b8ff190928d8afdbee11526ae6;p=civicrm-core.git diff --git a/api/v3/Product.php b/api/v3/Product.php index 89864e1f14..e4f7bd32bf 100644 --- a/api/v3/Product.php +++ b/api/v3/Product.php @@ -41,6 +41,9 @@ * {@getfields product_create} * @example productCreate.php * + * @param $params + * + * @throws API_Exception * @return array of newly created product property values. * @access public */ @@ -55,6 +58,8 @@ function civicrm_api3_product_create($params) { * {@getfields product_get} * @example productCreate.php * + * @param $params + * * @return array of retrieved product property values. * @access public */ @@ -69,6 +74,9 @@ function civicrm_api3_product_get($params) { * {@getfields product_delete} * @example productCreate.php * + * @param $params + * + * @throws API_Exception * @return array of deleted values. * @access public */