Merge pull request #24203 from colemanw/fixTagFilter553
[civicrm-core.git] / Civi / Api4 / CaseType.php
CommitLineData
96f09dda 1<?php
96f09dda
CW
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 */
96f09dda
CW
11namespace Civi\Api4;
12
13/**
14 * CaseType Entity.
15 *
16 * This contains configuration settings for each type of CiviCase.
17 *
18 * @see \Civi\Api4\Case
39d3b32d 19 * @searchable secondary
d44cc3cb 20 * @since 5.37
96f09dda
CW
21 * @package Civi\Api4
22 */
23class CaseType extends Generic\DAOEntity {
6cb9173a 24 use Generic\Traits\ManagedEntity;
10a99af1 25
96f09dda 26}