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

namespace jamesiarmes\PhpEws\Request;

use \jamesiarmes\PhpEws\Request;

/**
 * Base class for requests.
 *
 * @package php-ews\Request
 */
abstract class BaseRequestType extends Request
{

}