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

namespace jamesiarmes\PhpEws\Response;

/**
 * Represents a response to a GetStreamingEvents element request.
 *
 * @package php-ews\Response
 */
class GetStreamingEventsResponseType extends BaseResponseMessageType
{

}