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

namespace jamesiarmes\PhpEws\Type;

use \jamesiarmes\PhpEws\Type;

abstract class RuleOperationType extends Type
{

}