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

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents a search expression that negates the Boolean value of the search
 * expression that it contains.
 *
 * @package php-ews\Type
 */
class NotType extends MultipleOperandBooleanExpressionType
{

}