summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/ArrayType/ArrayOfRoomsType.php
blob: 963f1d65352796d4c04780a2bb907df2639f4650 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
/**
 * Contains \jamesiarmes\PhpEws\ArrayType\ArrayOfRoomsType.
 */

namespace jamesiarmes\PhpEws\ArrayType;

use \jamesiarmes\PhpEws\ArrayType;

/**
 * Represents one or more meeting rooms.
 *
 * @package php-ews\Array
 */
class ArrayOfRoomsType extends ArrayType
{
    /**
     * Defines an e-mail address and display name that represents a meeting
     * room.
     *
     * @since Exchange 2010
     *
     * @var \jamesiarmes\PhpEws\Type\RoomType[]
     */
    public $Room = array();
}