summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/ArrayType/ArrayOfPrivateCatalogAddInsType.php
blob: d31414cc8f1c7ccb453483f20cc152f6e2518a0a (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
28
29
<?php
/**
 * Contains \jamesiarmes\PhpEws\ArrayType\ArrayOfPrivateCatalogAddInsType.
 */

namespace jamesiarmes\PhpEws\ArrayType;

use \jamesiarmes\PhpEws\ArrayType;

/**
 * Undocumented.
 *
 * @package php-ews\Array
 *
 * @todo Update once documentation exists.
 */
class ArrayOfPrivateCatalogAddInsType extends ArrayType
{
    /**
     * Undocumented.
     *
     * @since Exchange 2016
     *
     * @var \jamesiarmes\PhpEws\Type\PrivateCatalogAddInsType[]
     *
     * @todo Update once documentation exists.
     */
    public $AddIn = array();
}