Merge pull request #4971 from kurund/batch-16
[civicrm-core.git] / api / v3 / OptionValue.php
index e78fe76f61fdaeab57d82d251f773457790020f7..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) {
 
@@ -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