X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FGroupNesting.php;h=457f2ecef66d9474779027835ab76e110a148201;hb=49414d6faa37375cef1ea0a156054ddd9cc6ae8d;hp=9d0e21f3fdc3ebc18f9b04f54ed7bdf56f473dbc;hpb=347185d7709adf00659d042b2fa98b93f03f2672;p=civicrm-core.git diff --git a/api/v3/GroupNesting.php b/api/v3/GroupNesting.php index 9d0e21f3fd..457f2ecef6 100644 --- a/api/v3/GroupNesting.php +++ b/api/v3/GroupNesting.php @@ -40,10 +40,12 @@ /** * Provides group nesting record(s) given parent and/or child id. * - * @param array $params an array containing at least child_group_id or parent_group_id + * @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 + * @return array + * list of group nesting records */ function civicrm_api3_group_nesting_get($params) { @@ -54,9 +56,11 @@ 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 parameters array - allowed array keys include: + * @param array $params + * Parameters array - allowed array keys include:. * - * @return array TBD + * @return array + * TBD * {@getfields GroupNesting_create * @todo Work out the return value. */ @@ -73,7 +77,8 @@ function civicrm_api3_group_nesting_create($params) { * Adjust Metadata for Create action * * The metadata is used for setting defaults, documentation & validation - * @param array $params array or parameters determined by getfields + * @param array $params + * Array or parameters determined by getfields. */ function _civicrm_api3_group_nesting_create_spec(&$params) { $params['child_group_id']['api.required'] = 1; @@ -83,10 +88,12 @@ function _civicrm_api3_group_nesting_create_spec(&$params) { /** * Removes specific nesting records. * - * @param array $params parameters array - allowed array keys include: + * @param array $params + * Parameters array - allowed array keys include:. * {@getfields GroupNesting_delete} * - * @return array API Success or fail array + * @return array + * API Success or fail array * * @todo Work out the return value. */