mixin/polyfill.php - Import. Update comments.
[civicrm-core.git] / Civi / Api4 / CustomGroup.php
index ba1729d82a3e97e8cfb5ff158811573332f65a4e..1aed113a4860aceb34c930361fe354c214d26ede 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,23 +8,19 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
-
 namespace Civi\Api4;
 
 /**
  * CustomGroup entity.
  *
  * @see https://docs.civicrm.org/user/en/latest/organising-your-data/creating-custom-fields/
- * @searchable none
+ * @searchable secondary
+ * @orderBy weight
+ * @since 5.19
  * @package Civi\Api4
  */
 class CustomGroup extends Generic\DAOEntity {
+  use Generic\Traits\ManagedEntity;
+  use Generic\Traits\SortableEntity;
 
 }