Adding adapters for Workflow->Bpmn and Bpmn->Workflow projects, and more updates & fixes

This commit is contained in:
Erik Amaru Ortiz
2014-02-05 17:29:28 -04:00
parent 70bbc3cdde
commit 9c8d66ef07
11 changed files with 225 additions and 58 deletions

View File

@@ -30,6 +30,8 @@
* @package workflow.engine.classes
*/
require_once 'class.plugin.php';
class pluginDetail
{
public $sNamespace;
@@ -129,7 +131,7 @@ class PMPluginRegistry
*
* @return object
*/
public function &getSingleton ()
public static function getSingleton ()
{
if (self::$instance == null) {
self::$instance = new PMPluginRegistry();