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

namespace jamesiarmes\PhpEws\Type;

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

}