summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/IsLessThanOrEqualToType.php
blob: 16f7d68727565aa46a7803e6a523e6c7361a697c (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\IsLessThanOrEqualToType.
 */

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 or equal to the second.
 *
 * @package php-ews\Type
 */
class IsLessThanOrEqualToType extends TwoOperandExpressionType
{

}