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

namespace jamesiarmes\PhpEws\Type;

use \jamesiarmes\PhpEws\Type;

/**
 * Base class fot meeting request replies.
 *
 * @package php-ews\Type
 */
abstract class WellKnownResponseObjectType extends ResponseObjectType
{

}