api4 - Import CRM/, Civi/, templates/, ang/, css/, js/, xml/menu
[civicrm-core.git] / Civi / Api4 / UFField.php
1 <?php
2
3 namespace Civi\Api4;
4
5 /**
6 * UFField entity - aka profile fields.
7 *
8 * @package Civi\Api4
9 */
10 class UFField extends Generic\DAOEntity {
11
12 }