[Pkg-owncloud-commits] [php-sabre-vobject] 158/341: Update API documentation.

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:43 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 ac9e5b6f2b590f213e2a7b02a3a06a0e46f13ef4
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Tue Jan 20 10:53:28 2015 +0100

    Update API documentation.
---
 lib/Property.php         | 5 ++---
 lib/Property/Boolean.php | 5 ++---
 lib/Property/Float.php   | 5 ++---
 lib/Property/Integer.php | 5 ++---
 lib/Property/Time.php    | 5 ++---
 5 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/lib/Property.php b/lib/Property.php
index 77fc9c3..4bfe1b7 100644
--- a/lib/Property.php
+++ b/lib/Property.php
@@ -322,9 +322,8 @@ abstract class Property extends Node {
     }
 
     /**
-     * Sets the XML value, as it would appear in a xCard or xCal object.
-     *
-     * The value must always be an array.
+     * Hydrate data from a XML subtree, as it would appear in a xCard or xCal
+     * object.
      *
      * @param array $value
      * @return void
diff --git a/lib/Property/Boolean.php b/lib/Property/Boolean.php
index f45cc29..c3b62bc 100644
--- a/lib/Property/Boolean.php
+++ b/lib/Property/Boolean.php
@@ -61,9 +61,8 @@ class Boolean extends Property {
     }
 
     /**
-     * Sets the XML value, as it would appear in a xCard or xCal object.
-     *
-     * The value must always be an array.
+     * Hydrate data from a XML subtree, as it would appear in a xCard or xCal
+     * object.
      *
      * @param array $value
      * @return void
diff --git a/lib/Property/Float.php b/lib/Property/Float.php
index 09b7966..6034d6c 100644
--- a/lib/Property/Float.php
+++ b/lib/Property/Float.php
@@ -97,9 +97,8 @@ class Float extends Property {
     }
 
     /**
-     * Sets the XML value, as it would appear in a xCard or xCal object.
-     *
-     * The value must always be an array.
+     * Hydrate data from a XML subtree, as it would appear in a xCard or xCal
+     * object.
      *
      * @param array $value
      * @return void
diff --git a/lib/Property/Integer.php b/lib/Property/Integer.php
index 9b44941..1d3e6cc 100644
--- a/lib/Property/Integer.php
+++ b/lib/Property/Integer.php
@@ -71,9 +71,8 @@ class Integer extends Property {
     }
 
     /**
-     * Sets the XML value, as it would appear in a xCard or xCal object.
-     *
-     * The value must always be an array.
+     * Hydrate data from a XML subtree, as it would appear in a xCard or xCal
+     * object.
      *
      * @param array $value
      * @return void
diff --git a/lib/Property/Time.php b/lib/Property/Time.php
index 14d6e58..5237763 100644
--- a/lib/Property/Time.php
+++ b/lib/Property/Time.php
@@ -91,9 +91,8 @@ class Time extends Text {
     }
 
     /**
-     * Sets the XML value, as it would appear in a xCard or xCal object.
-     *
-     * The value must always be an array.
+     * Hydrate data from a XML subtree, as it would appear in a xCard or xCal
+     * object.
      *
      * @param array $value
      * @return void

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