[Pkg-owncloud-commits] [php-sabre-vobject] 76/128: Fix FreeBusyGenerator doc, use getResult() instead of result()
    David Prévot 
    taffit at moszumanska.debian.org
       
    Tue May 20 23:11:04 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 866524da1dd86ddca2da5f8216c612f140df343f
Author: Clement Wong <clement.wong at finntack.com>
Date:   Wed Mar 26 11:59:49 2014 +0100
    Fix FreeBusyGenerator doc, use getResult() instead of result()
---
 doc/usage_3.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/usage_3.md b/doc/usage_3.md
index abe1cd3..db30667 100644
--- a/doc/usage_3.md
+++ b/doc/usage_3.md
@@ -480,7 +480,7 @@ $fbGenerator = new VObject\FreeBusyGenerator(
 );
 
 // Grabbing the report
-$freebusy = $fbGenerator->result();
+$freebusy = $fbGenerator->getResult();
 
 // The freebusy report is another VCALENDAR object, so we can serialize it as usual:
 echo $freebusy->serialize();
-- 
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