Refactoring Bpmn/Workflow handling layer (2nd commit)

This commit is contained in:
Erik Amaru Ortiz
2014-01-31 18:49:57 -04:00
parent 8ef25dcc5e
commit cf59ed1308
10 changed files with 506 additions and 69 deletions

View File

@@ -3,12 +3,11 @@ namespace ProcessMaker\Project;
use ProcessMaker\Util\Logger;
abstract class ProjectHandler implements ProjectHandlerInterface
abstract class ProjectHandler //implements ProjectHandlerInterface
{
public abstract function create($data);
public abstract function update($prjUid, $data);
public abstract function delete($prjUid);
public abstract function load($prjUid);
public abstract function save();
public abstract function update();
public abstract function delete();
/**
* Log in ProcessMaker Standard Output if debug mode is enabled.