summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ext/api4/Civi/Api4/Email.php
blob: cb743e3af40e685dbf4eb6c09faae8797fd16d79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

namespace Civi\Api4;

/**
 * Email entity.
 *
 * This entity allows user to add, update, retrieve or delete emails address(es) of a contact.
 *
 * Creating a new email address requires at minimum a contact's ID and email
 *
 * @package Civi\Api4
 */
class Email extends Generic\DAOEntity {

}