Author: sb
Date: Mon Feb 11 16:32:59 2008
New Revision: 7340

Log:
- Add getActivatedNodes().

Modified:
    trunk/Workflow/src/interfaces/execution.php

Modified: trunk/Workflow/src/interfaces/execution.php
==============================================================================
--- trunk/Workflow/src/interfaces/execution.php [iso-8859-1] (original)
+++ trunk/Workflow/src/interfaces/execution.php [iso-8859-1] Mon Feb 11 
16:32:59 2008
@@ -812,6 +812,17 @@
     }
 
     /**
+     * Returns the activated nodes.
+     *
+     * @return array
+     * @ignore
+     */
+    public function getActivatedNodes()
+    {
+        return $this->activatedNodes;
+    }
+
+    /**
      * Returns the execution ID.
      *
      * @return int


-- 
svn-components mailing list
[EMAIL PROTECTED]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to