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,13 @@
<?php
namespace ProcessMaker\Util;
/**
* Singleton Class Logger
*
* This Utility is usefull to log local messages
* @package ProcessMaker\Util
* @author Erik Amaru Ortiz <aortiz.erik@gmail.com, erik@colosa.com>
*/
class Logger
{
private static $instance;