RecurrenceIterator.php 467 B

123456789101112131415161718192021
  1. <?php
  2. namespace Sabre\VObject;
  3. use Sabre\VObject\Recur\EventIterator;
  4. /**
  5. * RecurrenceIterator
  6. *
  7. * This class is deprecated. Use Sabre\VObject\Recur\EventIterator instead.
  8. * This class will be removed from a future version.
  9. *
  10. * @copyright Copyright (C) fruux GmbH (https://fruux.com/)
  11. * @author Evert Pot (http://evertpot.com/)
  12. * @deprecated
  13. * @license http://sabre.io/license Modified BSD License
  14. */
  15. class RecurrenceIterator extends EventIterator {
  16. }