Changes done for PhpDoc
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Utility functions to manage a workspace.
|
||||
*
|
||||
* @author Alexandre Rosenfeld
|
||||
* @package workflow.classes
|
||||
* @author Alexandre Rosenfeld
|
||||
*/
|
||||
|
||||
G::LoadSystem('dbMaintenance');
|
||||
G::LoadClass("cli");
|
||||
|
||||
/**
|
||||
* @package workflow.engine.classes
|
||||
* class workspaceTools
|
||||
*/
|
||||
|
||||
class workspaceTools {
|
||||
var $name = NULL;
|
||||
var $path = NULL;
|
||||
|
||||
Reference in New Issue
Block a user