summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RoomType.php
blob: efc5985e90c2fadb3e588fd1f4105a391b8f34d8 (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\RoomType.
 */

namespace jamesiarmes\PhpEws\Type;

use \jamesiarmes\PhpEws\Type;

/**
 * Represents a meeting room.
 *
 * @package php-ews\Type
 */
class RoomType extends DirectoryEntryType
{

}