1<?php 2 3namespace Sabre\VObject; 4 5use 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) fruux GmbH (https://fruux.com/) 14 * @author Evert Pot (http://evertpot.com/) 15 * @deprecated 16 * @license http://sabre.io/license Modified BSD License 17 */ 18class RecurrenceIterator extends EventIterator { 19 20 21} 22