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

namespace jamesiarmes\PhpEws\Response;

/**
 * Represents a response to a GetEvents request.
 *
 * @package php-ews\Response
 */
class GetEventsResponseType extends BaseResponseMessageType
{

}