X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=api%2Fv3%2FGroupNesting.php;h=9897ea4699f438f4dac31942779a3ec7fb1be4e5;hb=a419926de541cb2ece9ddfe1a2a8a476a2103b5f;hp=a6643f1af55311ef93dd020138318df7c902fca7;hpb=d424ffde71135407dc6297d0d1f0c85fa6413d7d;p=civicrm-core.git diff --git a/api/v3/GroupNesting.php b/api/v3/GroupNesting.php index a6643f1af5..9897ea4699 100644 --- a/api/v3/GroupNesting.php +++ b/api/v3/GroupNesting.php @@ -33,7 +33,6 @@ * * @copyright CiviCRM LLC (c) 2004-2014 * @version $Id: GroupNesting.php 21624 2009-08-07 22:02:55Z wmorgan $ - * */ /** @@ -41,7 +40,6 @@ * * @param array $params * An array containing at least child_group_id or parent_group_id. - * {@getfields GroupNesting_get} * * @return array * list of group nesting records @@ -53,6 +51,7 @@ function civicrm_api3_group_nesting_get($params) { /** * Creates group nesting record for given parent and child id. + * * Parent and child groups need to exist. * * @param array $params @@ -60,7 +59,6 @@ function civicrm_api3_group_nesting_get($params) { * * @return array * TBD - * {@getfields GroupNesting_create * @todo Work out the return value. */ function civicrm_api3_group_nesting_create($params) { @@ -73,9 +71,10 @@ function civicrm_api3_group_nesting_create($params) { } /** - * Adjust Metadata for Create action + * Adjust Metadata for Create action. + * + * The metadata is used for setting defaults, documentation & validation. * - * The metadata is used for setting defaults, documentation & validation * @param array $params * Array or parameters determined by getfields. */