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

namespace jamesiarmes\PhpEws\Response;

/**
 * Defines a response to a SyncFolderHierarchy request.
 *
 * @package php-ews\Response
 */
class SyncFolderHierarchyResponseType extends BaseResponseMessageType
{

}