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

namespace jamesiarmes\PhpEws\ArrayType;

use \jamesiarmes\PhpEws\ArrayType;

/**
 * Defines information about all the XML manifest files for apps installed in a
 * mailbox.
 *
 * @package php-ews\Array
 */
class ArrayOfAppsType extends ArrayType
{
    /**
     * Contains information about an XML manifest file for a mail app that is
     * installed in a mailbox.
     *
     * @since Exchange 2013 SP1
     *
     * @var \jamesiarmes\PhpEws\Type\AppType[]
     */
    public $App = array();
}