Merge pull request #21919 from braders/deprecated-jquery-xhr-usage
[civicrm-core.git] / Civi / Api4 / OptionValue.php
index 0b3e672e7846be3dd6fcd15f908e73f1bf82f6ca..8c42cbf04662974fe3e0eaa19a99293fe025082b 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,23 +8,18 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
-
 namespace Civi\Api4;
 
 /**
  * OptionValue entity.
  *
  * @see \Civi\Api4\OptionGroup
+ * @searchable none
+ * @since 5.19
  * @package Civi\Api4
  */
 class OptionValue extends Generic\DAOEntity {
   use Generic\Traits\OptionList;
+  use Generic\Traits\ManagedEntity;
 
 }