Add printLabel v4 api
authorEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 16 Sep 2021 09:05:31 +0000 (21:05 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 16 Sep 2021 09:05:31 +0000 (21:05 +1200)
Civi/Api4/PrintLabel.php [new file with mode: 0644]

diff --git a/Civi/Api4/PrintLabel.php b/Civi/Api4/PrintLabel.php
new file mode 100644 (file)
index 0000000..a793708
--- /dev/null
@@ -0,0 +1,21 @@
+<?php
+/*
+ +--------------------------------------------------------------------+
+ | Copyright CiviCRM LLC. All rights reserved.                        |
+ |                                                                    |
+ | This work is published under the GNU AGPLv3 license with some      |
+ | permitted exceptions and without any warranty. For full license    |
+ | and copyright information, see https://civicrm.org/licensing       |
+ +--------------------------------------------------------------------+
+ */
+namespace Civi\Api4;
+
+/**
+ * PrintLabel entity.
+ *
+ * @since 5.43
+ * @package Civi\Api4
+ */
+class PrintLabel extends Generic\DAOEntity {
+
+}