Changes done for PhpDoc

This commit is contained in:
abraar
2011-02-01 12:49:40 +00:00
parent b9329fd80b
commit ef427ec0df
50 changed files with 339 additions and 898 deletions

View File

@@ -1,6 +1,7 @@
<?php
/**
* class.cli.php
* @package workflow.engine.classes
*
* ProcessMaker Open Source Edition
* Copyright (C) 2011 Colosa Inc.
@@ -24,6 +25,9 @@
* @author Alexandre Rosenfeld <alexandre@colosa.com>
*/
/**
* @package workflow.engine.classes
*/
class CLI {
public static $tasks = array();
public static $currentTask = NULL;