summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Enumeration/DaysOfWeekType.php
blob: bb81fe2533e32043845e6dbac16328c484d3f4be (plain) (tree)




















                                                                         
<?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
{

}