Changes done for PhpDoc
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* class.wsResponse.php
|
||||
* @package workflow.engine.classes
|
||||
*
|
||||
* 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
|
||||
@@ -20,8 +21,10 @@
|
||||
*
|
||||
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
|
||||
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
|
||||
* /**
|
||||
* @package workflow.classes
|
||||
*/
|
||||
|
||||
/**
|
||||
* @package workflow.engine.classes
|
||||
*/
|
||||
|
||||
class wsResponse
|
||||
@@ -72,6 +75,7 @@ class wsResponse
|
||||
|
||||
/**
|
||||
* Class wsCreateUserResponse
|
||||
* @package workflow.engine.classes
|
||||
*/
|
||||
class wsCreateUserResponse
|
||||
{
|
||||
@@ -99,6 +103,7 @@ class wsCreateUserResponse
|
||||
|
||||
/**
|
||||
* Class wsCreateGroupResponse
|
||||
* @package workflow.engine.classes
|
||||
*/
|
||||
class wsCreateGroupResponse
|
||||
{
|
||||
@@ -126,6 +131,7 @@ class wsCreateGroupResponse
|
||||
|
||||
/**
|
||||
* Class wsCreateDepartmentResponse
|
||||
* @package workflow.engine.classes
|
||||
*/
|
||||
class wsCreateDepartmentResponse
|
||||
{
|
||||
@@ -152,6 +158,7 @@ class wsCreateDepartmentResponse
|
||||
|
||||
/**
|
||||
* Class wsGetVariableResponse
|
||||
* @package workflow.engine.classes
|
||||
*/
|
||||
class wsGetVariableResponse
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user