comparison vendor/sabre/vobject/lib/RecurrenceIterator.php @ 7:430dbd5346f7

vendor sabre as distributed
author Charlie Root
date Sat, 13 Jan 2018 09:06:10 -0500
parents
children
comparison
equal deleted inserted replaced
6:cec75ba50afc 7:430dbd5346f7
1 <?php
2
3 namespace Sabre\VObject;
4
5 use Sabre\VObject\Recur\EventIterator;
6
7 /**
8 * RecurrenceIterator
9 *
10 * This class is deprecated. Use Sabre\VObject\Recur\EventIterator instead.
11 * This class will be removed from a future version.
12 *
13 * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
14 * @author Evert Pot (http://evertpot.com/)
15 * @deprecated
16 * @license http://sabre.io/license Modified BSD License
17 */
18 class RecurrenceIterator extends EventIterator {
19
20
21 }