Merge pull request #4971 from kurund/batch-16
[civicrm-core.git] / api / v3 / OptionValue.php
index cc80aecf0fb716b821cc566d239ec37e1258fd23..f693c9c0e8ef1a5b6e925933fa6ace7bf016279d 100644 (file)
@@ -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) {
 
@@ -38,9 +37,8 @@ function civicrm_api3_option_value_get($params) {
  *
  * @throws API_Exception
  * @return array
- *   of newly created option_value property values.
- * {@getfields OptionValue_create}
- * @access public
+ *   Array of newly created option_value property values.
+ *   {@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