summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/ArrayType/ArrayOfItemClassType.php
blob: 41c8e267c067364c2524c3a365bea6ebe03b6149 (plain) (tree)


























                                                               
<?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();
}