Merge pull request #23537 from eileenmcnaughton/greet_cust
[civicrm-core.git] / Civi / Api4 / Phone.php
index 38e857555050be156da6cd7b3659bea24929c614..067864eeb10baf5b6882f218887a9a80c92616ea 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC. All rights reserved.                        |
@@ -9,14 +8,6 @@
  | and copyright information, see https://civicrm.org/licensing       |
  +--------------------------------------------------------------------+
  */
-
-/**
- *
- * @package CRM
- * @copyright CiviCRM LLC https://civicrm.org/licensing
- */
-
-
 namespace Civi\Api4;
 
 /**
@@ -26,7 +17,10 @@ namespace Civi\Api4;
  *
  * Creating a new phone of a contact, requires at minimum a contact's ID and phone number
  *
+ * @ui_join_filters is_primary
+ *
  * @searchable secondary
+ * @since 5.19
  * @package Civi\Api4
  */
 class Phone extends Generic\DAOEntity {