summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/ArrayType/ArrayOfPersonaAttributionsType.php
blob: 1b1f870b573054bb760dc33131ae6f74de809f91 (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\ArrayOfPersonaAttributionsType.
 */

namespace jamesiarmes\PhpEws\ArrayType;

use \jamesiarmes\PhpEws\ArrayType;

/**
 * Specifies an array of attribution information for one or more of the contacts
 * or Active Directory recipients aggregated into the associated persona.
 *
 * @package php-ews\Array
 */
class ArrayOfPersonaAttributionsType extends ArrayType
{
    /**
     * Specifies an instance in an array of attributes for a Persona.
     *
     * @since Exchange 2013
     *
     * @var \jamesiarmes\PhpEws\Type\PersonaAttributionType[]
     */
    public $Attribution = array();
}