summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/AttendeeConflictData.php
blob: 8e260105307be1af69cee9240ea7296660db90c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/**
 * Contains \jamesiarmes\PhpEws\Type\AttendeeConflictData.
 */

namespace jamesiarmes\PhpEws\Type;

use \jamesiarmes\PhpEws\Type;

/**
 * Represents an attendee that has conflicting data.
 *
 * @package php-ews\Type
 */
abstract class AttendeeConflictData extends Type
{

}