Merge pull request #3679 from yashodha/CRM-14951
[civicrm-core.git] / api / v3 / Product.php
index 89864e1f1489de3376a5a39f3e406d2ea0c2d07c..e4f7bd32bf21c00a935fd8da59d92077fb92e49f 100644 (file)
@@ -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
  */