[Pkg-owncloud-commits] [php-sabre-vobject] 49/341: !xml Complete API documentation.

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:32 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 25175a51d1c7d600fb8a9da65d14af99c8653183
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Wed Nov 12 15:38:51 2014 +0100

    !xml Complete API documentation.
---
 lib/Parser/XML.php | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/lib/Parser/XML.php b/lib/Parser/XML.php
index 36a98f5..ccec66f 100644
--- a/lib/Parser/XML.php
+++ b/lib/Parser/XML.php
@@ -29,8 +29,18 @@ class XML extends Parser {
      */
     protected $input;
 
-    protected $pointer;
+    /**
+     * A pointer/reference to the input.
+     *
+     * @var array
+     */
+    private $pointer;
 
+    /**
+     * Document, root component.
+     *
+     * @var Sabre\VObject\Document
+     */
     protected $root;
 
     /**

-- 
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