X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FProduct.php;h=e4f7bd32bf21c00a935fd8da59d92077fb92e49f;hb=85bb0909cffd925f4cd5c0022a68a1ff74d3ad8e;hp=3ed3d757c9e5ff695e7b5ae1c3d93b8a94899e66;hpb=9b10578bd1e1895cf21e39ff16d3363e5419b591;p=civicrm-core.git diff --git a/api/v3/Product.php b/api/v3/Product.php index 3ed3d757c9..e4f7bd32bf 100644 --- a/api/v3/Product.php +++ b/api/v3/Product.php @@ -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 */