Refactoring Bpmn/Workflow handling layer (3rd commit)

This commit is contained in:
Erik Amaru Ortiz
2014-02-03 19:37:50 -04:00
parent d2e991317f
commit 77a23e7714
18 changed files with 976 additions and 86 deletions

View File

@@ -1,9 +0,0 @@
<?php
namespace ProcessMaker\Project\Adapter;
use ProcessMaker\Project\ProjectHandler;
class BpmnProject extends ProjectHandler
{
}

View File

@@ -2,8 +2,10 @@
namespace ProcessMaker\Project\Adapter;
use ProcessMaker\Project\Adapter\BpmnHandler;
use ProcessMaker\Util\Hash;
class WorkflowBpmnProject extends BpmnHandler
class BpmnWorkflowProject extends BpmnHandler
{
}

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
<?php
namespace ProcessMaker\Project\Adapter;
namespace ProcessMaker\Project;
use \Criteria;
use \ResultSet;