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
























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

namespace jamesiarmes\PhpEws\ArrayType;

use \jamesiarmes\PhpEws\ArrayType;

/**
 * Represents an array of attributions for an associated Value element.
 *
 * @package php-ews\Array
 */
class ArrayOfValueAttributionsType extends ArrayType
{
    /**
     * Specifies a string used to identify an attribute.
     *
     * @since Exchange 2013
     *
     * @var string[]
     */
    public $Attribution = array();
}