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