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

namespace jamesiarmes\PhpEws\Enumeration;

use \jamesiarmes\PhpEws\Enumeration;

/**
 * Represents days of the week that are used in item recurrence patterns.
 *
 * @package php-ews\Enumeration
 *
 * @todo Make this an array type that separates values by space in the
 * __toString() method.
 */
class DaysOfWeekType extends DayOfWeekType
{

}