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
























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

namespace jamesiarmes\PhpEws\ArrayType;

use \jamesiarmes\PhpEws\ArrayType;

/**
 * Contains the collection of permissions for a folder.
 *
 * @package php-ews\Array
 */
class ArrayOfPermissionsType extends ArrayType
{
    /**
     * Defines the access that a delegate has to a folder.
     *
     * @since Exchange 2007 SP1
     *
     * @var \jamesiarmes\PhpEws\Type\PermissionType[]
     */
    public $Permission = array();
}