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


























                                                                               
<?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();
}