Merge pull request #20741 from civicrm/5.39
[civicrm-core.git] / Civi / Api4 / LocBlock.php
CommitLineData
aa06ad4a 1<?php
aa06ad4a 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 */
aa06ad4a 11namespace Civi\Api4;
12
13/**
09815e9c 14 * LocBlock entity.
aa06ad4a 15 *
09815e9c
CW
16 * Links addresses, emails & phones to Events.
17 *
aa998597 18 * @searchable none
d44cc3cb 19 * @since 5.31
aa06ad4a 20 * @package Civi\Api4
21 */
22class LocBlock extends Generic\DAOEntity {
23
24}