X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FOptionGroup.php;h=68ed79bd8ad834b664ffe2e1a039dd48d4e635c1;hb=3b7bf9514d92a68e9adb10ae1fe33f8d6ca3da7d;hp=e7d793709ab79b3529b743293d6a73f51650bfe1;hpb=357af5d17f9ce6542bc66142bce67190dbcf9dab;p=civicrm-core.git diff --git a/api/v3/OptionGroup.php b/api/v3/OptionGroup.php index e7d793709a..68ed79bd8a 100644 --- a/api/v3/OptionGroup.php +++ b/api/v3/OptionGroup.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2014 | + | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -27,7 +27,8 @@ /** * This api exposes CiviCRM option groups. - * Each group contains option values. + * + * OptionGroups are containers for option values. * * @package CiviCRM_APIv3 */ @@ -70,8 +71,7 @@ function _civicrm_api3_option_group_create_spec(&$params) { /** * Delete an existing Option Group. * - * This method is used to delete any existing Option Group. id of the group - * to be deleted is required field in $params array + * This method is used to delete any existing OptionGroup given its id. * * @param array $params * [id]