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

namespace jamesiarmes\PhpEws\Response;

/**
 * Defines the response to a GetUserPhoto request.
 *
 * @package php-ews\Response
 */
class GetUserPhotoResponseType extends BaseResponseMessageType
{

}