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

namespace jamesiarmes\PhpEws\Type;

/**
 * Base class for regenerating patterns.
 *
 * @package php-ews\Type
 */
abstract class RegeneratingPatternBaseType extends IntervalRecurrencePatternBaseType
{

}