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,9 +1,10 @@
<?php
/**
* class.toolBar.php
* @package workflow.engine.ProcessMaker
*
* ProcessMaker Open Source Edition
* Copyright (C) 2004 - 2008 Colosa Inc.23
* Copyright (C) 2004 - 2011 Colosa Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
@@ -25,7 +26,7 @@
/**
* ToolBar - ToolBar class
* @package workflow.ProcessMaker
* @package workflow.engine.ProcessMaker
*/
class ToolBar extends form
{
@@ -35,7 +36,7 @@ class ToolBar extends form
/**
* XmlForm_Field_ToolBar - XmlForm_Field_ToolBar class
* @package workflow.ProcessMaker
* @package workflow.engine.ProcessMaker
*/
class XmlForm_Field_ToolBar extends XmlForm_Field
{
@@ -78,7 +79,7 @@ class XmlForm_Field_ToolBar extends XmlForm_Field
/**
* XmlForm_Field_toolButton - XmlForm_Field_toolButton class
* @package workflow.ProcessMaker
* @package workflow.engine.ProcessMaker
*/
class XmlForm_Field_toolButton extends XmlForm_Field
{