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

namespace Civi\Api4;

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

}