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

namespace jamesiarmes\PhpEws\Type;

/**
 * Base class for posting item replies.
 *
 * @package php-ews\Type
 */
class PostReplyItemBaseType extends ResponseObjectType
{

}