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

namespace jamesiarmes\PhpEws\Response;

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

}