summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RestrictionType.php
blob: 5cbb70cdb52e20c52f1f2c8e64253b1d7ed79f3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/**
 * Contains \jamesiarmes\PhpEws\Type\RestrictionType.
 */

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents the restriction or query that is used to filter items or folders
 * in FindItem/FindFolder and search folder operations.
 *
 * @package php-ews\Type
 */
class RestrictionType extends MultipleOperandBooleanExpressionType
{

}