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

namespace jamesiarmes\PhpEws\Type;

/**
 * Describes the frequency, in years, in which a task is regenerated.
 *
 * @package php-ews\Type
 */
class YearlyRegeneratingPatternType extends RegeneratingPatternBaseType
{

}