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

namespace jamesiarmes\PhpEws;

/**
 * Base class for Exchange Web Service requests.
 *
 * @package php-ews\Request
 */
abstract class Request extends Type
{

}