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

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents standard groupings for FindItem queries.
 *
 * @package php-ews\Type
 */
class DistinguishedGroupByType extends BaseGroupByType
{
    /**
     * Represents the standard grouping and aggregating mechanisms for a grouped
     * FindItem operation.
     *
     * @since Exchange 2007
     *
     * @var string
     *
     * @see \jamesiarmes\PhpEws\Enumeration\StandardGroupByType
     */
    public $StandardGroupBy;
}