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
























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

namespace jamesiarmes\PhpEws\ArrayType;

use \jamesiarmes\PhpEws\ArrayType;

/**
 * Represents a collection of changes for a folder.
 *
 * @package php-ews\Array
 */
class NonEmptyArrayOfFolderChangesType extends ArrayType
{
    /**
     * Represents a single change to be performed on a single folder.
     *
     * @since Exchange 2007
     *
     * @var \jamesiarmes\PhpEws\Type\FolderChangeType[]
     */
    public $FolderChange = array();
}