[Pkg-owncloud-commits] [php-sabre-vobject] 78/106: Backwards compatibility class for RecurrenceIterator.
David Prévot
taffit at moszumanska.debian.org
Fri Aug 22 15:11:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit 01ffb68df34e58cd45cb97d447ac4e7a0762c756
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Thu Aug 7 12:33:54 2014 -0400
Backwards compatibility class for RecurrenceIterator.
---
lib/RecurrenceIterator.php | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/lib/RecurrenceIterator.php b/lib/RecurrenceIterator.php
new file mode 100644
index 0000000..39caddf
--- /dev/null
+++ b/lib/RecurrenceIterator.php
@@ -0,0 +1,21 @@
+<?php
+
+namespace Sabre\VObject;
+
+use Sabre\VObject\Recur\EventIterator;
+
+/**
+ * RecurrenceIterator
+ *
+ * This class is deprecated. Use Sabre\VObject\Recur\EventIterator instead.
+ * This class will be removed from a future version.
+ *
+ * @copyright Copyright (C) 2007-2014 fruux GmbH. All rights reserved.
+ * @author Evert Pot (http://evertpot.com/)
+ * @deprecated
+ * @license http://sabre.io/license Modified BSD License
+ */
+class RecurrenceIterator extends EventIterator {
+
+
+}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list