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

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents a search expression that returns true if the supplied property
 * exists on an item.
 *
 * @package php-ews\Type
 */
class ExistsType extends SearchExpressionType
{

}