aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/ieventsource.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-09-04 01:10:02 +0200
committerRobin Appelman <icewind@owncloud.com>2014-09-04 13:26:51 +0200
commitfa3393674c854e884abf10d3b82dab03aca83c61 (patch)
tree0560b9ec8bf3ff28fb6cea81bfe4255f48e7157d /lib/public/ieventsource.php
parent8605e2e6a5ac637ed552d9469f3dc31717b4ea3e (diff)
downloadnextcloud-server-fa3393674c854e884abf10d3b82dab03aca83c61.tar.gz
nextcloud-server-fa3393674c854e884abf10d3b82dab03aca83c61.zip
Better phpdoc and method naming
Diffstat (limited to 'lib/public/ieventsource.php')
-rw-r--r--lib/public/ieventsource.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/public/ieventsource.php b/lib/public/ieventsource.php
index ea4bfc73d42..eb7853c5e90 100644
--- a/lib/public/ieventsource.php
+++ b/lib/public/ieventsource.php
@@ -13,6 +13,8 @@ namespace OCP;
* includes a fallback for older browsers and IE
*
* use server side events with caution, to many open requests can hang the server
+ *
+ * The event source will initialize the connection to the client when the first data is sent
*/
interface IEventSource {
/**