X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FGroupNesting.php;h=9897ea4699f438f4dac31942779a3ec7fb1be4e5;hb=a419926de541cb2ece9ddfe1a2a8a476a2103b5f;hp=c0bf9d7e6aa3d6146399618ffdb2759a2a413418;hpb=bc5479b705c153c5cd02a10b1cca400ac78d493b;p=civicrm-core.git diff --git a/api/v3/GroupNesting.php b/api/v3/GroupNesting.php index c0bf9d7e6a..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 @@ -72,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. */