[limb-svn] r6806 - 3.x/trunk/limb/core/src

svn at limb-project.com svn at limb-project.com
Tue Feb 26 18:58:38 MSK 2008


Author: cmz
Date: 2008-02-26 18:58:38 +0300 (Tue, 26 Feb 2008)
New Revision: 6806
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6806

Modified:
   3.x/trunk/limb/core/src/lmbEvent.class.php
Log:
-- fixed comments for lmbEvent::invokeAll and lmbEvent::invokeChain

Modified: 3.x/trunk/limb/core/src/lmbEvent.class.php
===================================================================
--- 3.x/trunk/limb/core/src/lmbEvent.class.php	2008-02-26 09:05:08 UTC (rev 6805)
+++ 3.x/trunk/limb/core/src/lmbEvent.class.php	2008-02-26 15:58:38 UTC (rev 6806)
@@ -76,7 +76,6 @@
   
   /**
    * Invoke all delegates containing in the event object.
-   * Stops invoking if delegate return a not null result
    *
    */
   function invokeAll()
@@ -85,6 +84,11 @@
     lmbDelegate::invokeAll($this->delegates, $args);
   }
   
+  /**
+   * Invoke all delegates containing in the event object.
+   * Stops invoking if delegate return a not null result
+   *
+   */
   function invokeChain()
   {
     $args = func_get_args();



More information about the limb-svn mailing list