APIv4 - Add `@since` annotation to each entity
[civicrm-core.git] / Civi / Api4 / PriceField.php
CommitLineData
f1e6d665 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
13namespace Civi\Api4;
14
15/**
16 * PriceField entity.
17 *
aa998597 18 * @searchable secondary
d44cc3cb 19 * @since 5.27
f1e6d665 20 * @package Civi\Api4
21 */
22class PriceField extends Generic\DAOEntity {
23
24}