[Pkg-owncloud-commits] [php-sabre-vobject] 173/341: Implement the Sabre\Xml\XmlSerializable interface.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:45 UTC 2015
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 9a76911195838ca04b1a8ddcb722c1dbfae4eb8e
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date: Thu Jan 22 08:45:24 2015 +0100
Implement the Sabre\Xml\XmlSerializable interface.
---
lib/Node.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/Node.php b/lib/Node.php
index 633575a..96f3975 100644
--- a/lib/Node.php
+++ b/lib/Node.php
@@ -15,7 +15,8 @@ abstract class Node
implements \IteratorAggregate,
\ArrayAccess,
\Countable,
- \JsonSerializable {
+ \JsonSerializable,
+ Xml\XmlSerializable {
/**
* The following constants are used by the validate() method.
--
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