Merge pull request #23047 from civicrm/5.48
[civicrm-core.git] / Civi / Api4 / MessageTemplate.php
CommitLineData
483f05ac 1<?php
483f05ac 2/*
3 +--------------------------------------------------------------------+
4 | Copyright CiviCRM LLC. All rights reserved. |
5 | |
6 | This work is published under the GNU AGPLv3 license with some |
7 | permitted exceptions and without any warranty. For full license |
8 | and copyright information, see https://civicrm.org/licensing |
9 +--------------------------------------------------------------------+
10 */
483f05ac 11namespace Civi\Api4;
12
13/**
14 * MsgTemplate entity.
15 *
16 * This is a collection of MsgTemplate, for reuse in import, export, etc.
aa998597 17 * @searchable none
d44cc3cb 18 * @since 5.26
483f05ac 19 * @package Civi\Api4
20 */
21class MessageTemplate extends Generic\DAOEntity {
22
23}