Merge pull request #20698 from colemanw/limit25ForGet
[civicrm-core.git] / Civi / Api4 / CaseActivity.php
CommitLineData
c8289197 1<?php
c8289197
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 */
c8289197
CW
11namespace Civi\Api4;
12
13/**
14 * CaseActivity BridgeEntity.
15 *
16 * This connects an activity to one or more cases.
17 *
c5076889 18 * @searchable bridge
c8289197 19 * @see \Civi\Api4\Case
d44cc3cb 20 * @since 5.37
c8289197
CW
21 * @package Civi\Api4
22 */
23class CaseActivity extends Generic\DAOEntity {
24 use Generic\Traits\EntityBridge;
25
26}