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

namespace jamesiarmes\PhpEws\Type;

/**
 * Base class for changes to individual item properties.
 *
 * @package php-ews\Type
 */
class ItemChangeDescriptionType extends ChangeDescriptionType
{

}