summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/ArrayType/ArrayOfItemClassType.php
blob: 41c8e267c067364c2524c3a365bea6ebe03b6149 (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
27
<?php
/**
 * Contains \jamesiarmes\PhpEws\ArrayType\ArrayOfItemClassType.
 */

namespace jamesiarmes\PhpEws\ArrayType;

use \jamesiarmes\PhpEws\ArrayType;

/**
 * Represents a list of item classes.
 *
 * @package php-ews\Array
 */
class ArrayOfItemClassType extends ArrayType
{
    /**
     * Represents the message class of an item.
     *
     * @since Exchange 2010 SP1
     *
     * @var string[]
     *
     * @see \jamesiarmes\PhpEws\Enumeration\ItemClassType[]
     */
    public $ItemClass = array();
}