Adding Project API Class, and anothers classes to handle bpmn layer model

This commit is contained in:
Erik Amaru Ortiz
2013-12-05 20:41:21 -04:00
parent ae2759579f
commit 0c7ca6ba97
6 changed files with 480 additions and 2 deletions

View File

@@ -1,7 +1,15 @@
<?php
namespace ProcessMaker\Services;
class Api
/**
* Abstract Class Api
*
* Api class be be extended by Restler Classes
*
* @package ProcessMaker\Services
* @author Erik Amaru Ortiz <aortiz.erik@gmail.com, erik@colosa.com>
*/
abstract class Api
{
private static $workspace;
private static $userId;