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

namespace jamesiarmes\PhpEws\ArrayType;

use \jamesiarmes\PhpEws\ArrayType;

/**
 * Defines the actions for reminder items.
 *
 * @package php-ews\Array
 */
class NonEmptyArrayOfReminderItemActionType extends ArrayType
{
    /**
     * Specifies the action for a reminder item.
     *
     * @since Exchange 2013
     *
     * @var \jamesiarmes\PhpEws\Type\ReminderItemActionType
     */
    public $ReminderItemAction = array();
}