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

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents a search expression that compares a property with either a
 * constant value or another property and returns true if the first property is
 * less than the second.
 *
 * @package php-ews\Type
 */
class IsLessThanType extends TwoOperandExpressionType
{

}