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
























                                                                        
<?php
/**
 * Contains \jamesiarmes\PhpEws\ArrayType\ArrayOfExtendedAttributesType.
 */

namespace jamesiarmes\PhpEws\ArrayType;

use \jamesiarmes\PhpEws\ArrayType;

/**
 * Internal use only.
 *
 * @package php-ews\Array
 */
class ArrayOfExtendedAttributesType extends ArrayType
{
    /**
     * Internal use only.
     *
     * @since Exchange 2013
     *
     * @var \jamesiarmes\PhpEws\Type\ExtendedAttributeType[]
     */
    public $ExtendedAttribute = array();
}