Merge pull request #19279 from eileenmcnaughton/go_mem
[civicrm-core.git] / Civi / Api4 / DashboardContact.php
CommitLineData
76f87236
CW
1<?php
2
3/*
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC. All rights reserved. |
6 | |
7 | This work is published under the GNU AGPLv3 license with some |
8 | permitted exceptions and without any warranty. For full license |
9 | and copyright information, see https://civicrm.org/licensing |
10 +--------------------------------------------------------------------+
11 */
12
13/**
14 *
15 * @package CRM
16 * @copyright CiviCRM LLC https://civicrm.org/licensing
76f87236
CW
17 */
18
19namespace Civi\Api4;
20
21/**
22 * DashboardContact entity.
23 *
24 * This places a dashboard item on a user's home screen.
25 *
26 * @see \Civi\Api4\Dashboard
09815e9c 27 * @searchable false
76f87236
CW
28 * @package Civi\Api4
29 */
465bc32a
CW
30class DashboardContact extends Generic\DAOEntity {
31 use Generic\Traits\EntityBridge;
76f87236
CW
32
33}