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

namespace jamesiarmes\PhpEws\Type;

/**
 * Represents either a property or a constant value to be used when comparing
 * with another property.
 *
 * @package php-ews\Type
 */
class FieldURIOrConstantType extends SearchExpressionType
{
    /**
     * Identifies a constant value in a restriction.
     *
     * @since Exchange 2007
     *
     * @var \jamesiarmes\PhpEws\Type\ConstantValueType
     */
    public $Constant;
}