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

namespace jamesiarmes\PhpEws\Request;

/**
 * Defines a request to retrieve the URL for the app marketplace.
 *
 * @package php-ews\Request
 */
class GetAppMarketplaceUrl extends BaseRequestType
{

}