X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FOptionValue.php;h=f693c9c0e8ef1a5b6e925933fa6ace7bf016279d;hb=a1a2a83db067ec5444f056ad3fa00e85fdc176ec;hp=e78fe76f61fdaeab57d82d251f773457790020f7;hpb=d5a0bb241c55747b7bd8e16ede5addad323453e1;p=civicrm-core.git diff --git a/api/v3/OptionValue.php b/api/v3/OptionValue.php index e78fe76f61..f693c9c0e8 100644 --- a/api/v3/OptionValue.php +++ b/api/v3/OptionValue.php @@ -10,8 +10,7 @@ * * @return array * details of found Option Values - * {@getfields OptionValue_get} - * @access public + * {@getfields OptionValue_get} */ function civicrm_api3_option_value_get($params) { @@ -39,8 +38,7 @@ function civicrm_api3_option_value_get($params) { * @throws API_Exception * @return array * Array of newly created option_value property values. - * {@getfields OptionValue_create} - * @access public + * {@getfields OptionValue_create} */ function civicrm_api3_option_value_create($params) { $result = _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params); @@ -81,8 +79,7 @@ function _civicrm_api3_option_value_create_spec(&$params) { * * @return array * Api result - * {@getfields OptionValue_create} - * @access public + * {@getfields OptionValue_create} */ function civicrm_api3_option_value_delete($params) { // we will get the option group id before deleting so we can flush pseudoconstants