[Pkg-owncloud-commits] [php-sabre-vobject] 24/65: Update API documentation.

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:57:15 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 5e8dd3e93699cfd73b1f05d4229e96a5de7ab635
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Fri Jan 30 11:23:10 2015 +0100

    Update API documentation.
---
 lib/Component/VAlarm.php    | 1 +
 lib/Component/VCalendar.php | 1 +
 lib/Component/VCard.php     | 1 +
 lib/Component/VEvent.php    | 1 +
 lib/Component/VFreeBusy.php | 1 +
 lib/Component/VJournal.php  | 1 +
 lib/Component/VTimeZone.php | 1 +
 lib/Component/VTodo.php     | 1 +
 8 files changed, 8 insertions(+)

diff --git a/lib/Component/VAlarm.php b/lib/Component/VAlarm.php
index d626b5a..97f0c76 100644
--- a/lib/Component/VAlarm.php
+++ b/lib/Component/VAlarm.php
@@ -116,6 +116,7 @@ class VAlarm extends VObject\Component {
      *   * 1 - Must appear exactly once.
      *   * + - Must appear at least once.
      *   * * - Can appear any number of times.
+     *   * ? - May appear, but not more than once.
      *
      * @var array
      */
diff --git a/lib/Component/VCalendar.php b/lib/Component/VCalendar.php
index 028191b..49881a9 100644
--- a/lib/Component/VCalendar.php
+++ b/lib/Component/VCalendar.php
@@ -353,6 +353,7 @@ class VCalendar extends VObject\Document {
      *   * 1 - Must appear exactly once.
      *   * + - Must appear at least once.
      *   * * - Can appear any number of times.
+     *   * ? - May appear, but not more than once.
      *
      * @var array
      */
diff --git a/lib/Component/VCard.php b/lib/Component/VCard.php
index e468801..f384e9c 100644
--- a/lib/Component/VCard.php
+++ b/lib/Component/VCard.php
@@ -306,6 +306,7 @@ class VCard extends VObject\Document {
      *   * 1 - Must appear exactly once.
      *   * + - Must appear at least once.
      *   * * - Can appear any number of times.
+     *   * ? - May appear, but not more than once.
      *
      * @var array
      */
diff --git a/lib/Component/VEvent.php b/lib/Component/VEvent.php
index 5dbcc3c..b82814e 100644
--- a/lib/Component/VEvent.php
+++ b/lib/Component/VEvent.php
@@ -94,6 +94,7 @@ class VEvent extends VObject\Component {
      *   * 1 - Must appear exactly once.
      *   * + - Must appear at least once.
      *   * * - Can appear any number of times.
+     *   * ? - May appear, but not more than once.
      *
      * @var array
      */
diff --git a/lib/Component/VFreeBusy.php b/lib/Component/VFreeBusy.php
index 5f7c0e4..e2f94f0 100644
--- a/lib/Component/VFreeBusy.php
+++ b/lib/Component/VFreeBusy.php
@@ -75,6 +75,7 @@ class VFreeBusy extends VObject\Component {
      *   * 1 - Must appear exactly once.
      *   * + - Must appear at least once.
      *   * * - Can appear any number of times.
+     *   * ? - May appear, but not more than once.
      *
      * @var array
      */
diff --git a/lib/Component/VJournal.php b/lib/Component/VJournal.php
index 12002ef..d0be5bc 100644
--- a/lib/Component/VJournal.php
+++ b/lib/Component/VJournal.php
@@ -53,6 +53,7 @@ class VJournal extends VObject\Component {
      *   * 1 - Must appear exactly once.
      *   * + - Must appear at least once.
      *   * * - Can appear any number of times.
+     *   * ? - May appear, but not more than once.
      *
      * @var array
      */
diff --git a/lib/Component/VTimeZone.php b/lib/Component/VTimeZone.php
index 1fc37eb..a9401f1 100644
--- a/lib/Component/VTimeZone.php
+++ b/lib/Component/VTimeZone.php
@@ -41,6 +41,7 @@ class VTimeZone extends VObject\Component {
      *   * 1 - Must appear exactly once.
      *   * + - Must appear at least once.
      *   * * - Can appear any number of times.
+     *   * ? - May appear, but not more than once.
      *
      * @var array
      */
diff --git a/lib/Component/VTodo.php b/lib/Component/VTodo.php
index 28154df..fb435eb 100644
--- a/lib/Component/VTodo.php
+++ b/lib/Component/VTodo.php
@@ -76,6 +76,7 @@ class VTodo extends VObject\Component {
      *   * 1 - Must appear exactly once.
      *   * + - Must appear at least once.
      *   * * - Can appear any number of times.
+     *   * ? - May appear, but not more than once.
      *
      * @var array
      */

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