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

namespace jamesiarmes\PhpEws;

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

}