Changes made for documentation

This commit is contained in:
Abraar
2011-01-22 12:20:08 +00:00
parent 0765704db5
commit 0248e8121d
182 changed files with 241 additions and 187 deletions

View File

@@ -1,4 +1,7 @@
<?php
/**
* @package workflow-engine-bin-tasks
**/
/* Get the size of the terminal (only works on Linux, on Windows it's always 80) */
preg_match_all("/rows.([0-9]+);.columns.([0-9]+);/", strtolower(exec('stty -a |grep columns')), $output);

View File

@@ -1,4 +1,7 @@
<?php
/**
* @package workflow-engine-bin-tasks
**/
G::LoadClass("system");
G::LoadClass("wsTools");

View File

@@ -1,4 +1,7 @@
<?php
/**
* @package workflow-engine-bin-tasks
**/
pake_task('info');

View File

@@ -31,7 +31,7 @@ include_once 'classes/model/Application.php';
/**
* Base static class for performing query and update operations on the 'APPLICATION' table.
*
* @package classes.model.om
* @package workflow.classes.model
*/
abstract class ArrayBasePeer {

View File

@@ -33,7 +33,7 @@ include_once 'classes/model/Application.php';
*
*
*
* @package classes.model.om
* @package workflow.classes.model
*/
abstract class GulliverBasePeer {

View File

@@ -32,7 +32,7 @@
/**
* Processmaker Installer
* @package ProcessMaker
* @package workflow.ProcessMaker
* @author maborak
* @copyright 2008 COLOSA
*/

View File

@@ -32,7 +32,7 @@
/**
* Processmaker Installer_mssql
* @package ProcessMaker
* @package workflow.ProcessMaker
* @author
* @copyright 2008 COLOSA
*/

View File

@@ -12,12 +12,16 @@
| only if this copyright statement is not removed
+--------------------------------------------------*/
/**
* @package workflow.classes
**/
class archive
{
/**
* This function is the constructor of the class archive
* @param string $name
* @return void
*
*/
function archive($name)
{

View File

@@ -27,6 +27,7 @@
* @created 2010-03-22
*
* @author Hugo Loza <hugo@colosa.com> 2010-03-22
* @package workflow.classes
*/
require_once ( "classes/model/CalendarDefinition.php" );

View File

@@ -21,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
*/
require_once ("classes/model/Application.php");
require_once ("classes/model/AppCacheView.php");
require_once ("classes/model/AppDelay.php");

View File

@@ -32,7 +32,6 @@
/**
* ProcessConfiguration - ProcessConfiguration class
* @package ProcessMaker
* @author David S. Callizaya S.
* @copyright 2007 COLOSA
*/
@@ -46,6 +45,7 @@ require_once 'classes/model/Configuration.php';
*
* @copyright 2007 COLOSA
* @version Release: @package_version@
* @package workflow.ProcessMaker
*/
class Configurations // extends Configuration
{

View File

@@ -25,8 +25,8 @@
/**
* Dashboards - Dashboard class
* @package ProcessMaker
* @author Julio Cesar Laura Avenda<64>o
* @package workflow.ProcessMaker
* @author Julio Cesar Laura Avenda<64>o
* @copyright 2007 COLOSA
*/

View File

@@ -20,7 +20,8 @@
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
* /**
* @package workflow.classes
*/
/*
* Created on 21/01/2008

View File

@@ -9,7 +9,7 @@
*
* Email bugs/suggestions to erik@colosa.com
*
*
* @package workflow.classes
*/
require_once 'model/DbSource.php';

View File

@@ -38,7 +38,7 @@
/**
* derivation - derivation class
* @package ProcessMaker
* @package workflow.ProcessMaker
*
*/

View File

@@ -20,7 +20,8 @@
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
* /**
* @package workflow.classes
*/
G::LoadClass('xmlDb');

View File

@@ -20,7 +20,8 @@
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
* /**
* @package workflow.classes
*/
/**

View File

@@ -31,7 +31,7 @@
/**
* GroupUser - GroupUser class
* @package ProcessMaker
* @package workflow.ProcessMaker
* @author Julio Cesar Laura Avendaño
* @copyright 2007 COLOSA
*/

View File

@@ -28,7 +28,7 @@ require_once 'classes/model/Users.php';
/**
* Groups - Groups class
* @package ProcessMaker
* @package workflow.ProcessMaker
* @copyright 2007 COLOSA
*/

View File

@@ -21,7 +21,8 @@
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
* /**
* @package workflow.classes
*/
if ( ! defined ( 'JAVA_BRIDGE_PATH') ) define ( 'JAVA_BRIDGE_PATH', 'JavaBridgePM' );

View File

@@ -26,7 +26,7 @@
/**
* Jrml - Jrml class
* @package ProcessMaker
* @package workflow.ProcessMaker
* @author Maborak <maborak@maborak.com>
* @copyright 2008 COLOSA
*/

View File

@@ -31,7 +31,7 @@ G::LoadClass('xmlDb');
/**
* languages - Languages class
* @package ProcessMaker
* @package workflow.ProcessMaker
*/
class languages {

View File

@@ -13,6 +13,8 @@
+--------------------------------------------------*/
/**
* @LastModification 30/05/2008
* /**
* @package workflow.classes
*/
class NET

View File

@@ -21,6 +21,8 @@
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
* /**
* @package workflow.classes
*/
require_once ( 'class.pluginRegistry.php');

View File

@@ -21,6 +21,8 @@
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
* /**
* @package workflow.classes
*/
class pluginDetail {

View File

@@ -21,7 +21,8 @@
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
*
* /**
* @package workflow.ProcessMaker
*
*
*/

View File

@@ -32,7 +32,6 @@
/**
* PMScript - PMScript class
* @package ProcessMaker
* @author Julio Cesar Laura Avenda<64>o <juliocesar@colosa.com>
* @last modify 2008.08.13 by Erik Amaru Ortiz <erik@colosa.com>
* @last modify comment was added and adapted the catch errors
@@ -84,6 +83,7 @@ if (file_exists($dir)){
/**
* PMScript - PMScript class
* @copyright 2007 COLOSA
* @package workflow.ProcessMaker
*/
class PMScript
{

View File

@@ -26,7 +26,7 @@
/**
* popupMenu - popupMenu class
* @package ProcessMaker
* @package workflow.ProcessMaker
* @copyright COLOSA
*/
@@ -78,7 +78,7 @@ class popupMenu extends form
/**
* XmlForm_Field_popupOption - XmlForm_Field_popupOption class
* @package ProcessMaker
* @package workflow.ProcessMaker
* @copyright COLOSA
*/

View File

@@ -21,7 +21,8 @@
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
* /**
* @package workflow.ProcessMaker
*/
G::LoadThirdParty('pear/json', 'class.json');
G::LoadClass('groups');
@@ -61,7 +62,7 @@ require_once 'classes/model/Gateway.php';
/**
* processMap - Process Map class
* @package ProcessMaker
* @package workflow.ProcessMaker
* @author Julio Cesar Laura Avendano
* @copyright 2007 COLOSA
*/

View File

@@ -20,7 +20,8 @@
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
* /**
* @package workflow.ProcessMaker
*/
require_once 'classes/model/Content.php';

View File

@@ -31,7 +31,7 @@
/**
* Class pagedTable
* @author David S. Callizaya S. <davidsantos@colosa.com>
* @package gulliver.system
* @package workflow.gulliver.system
* @access public
* @dependencies TemplatePower Form XmlForm
*/

View File

@@ -20,7 +20,8 @@
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
* /**
* @package workflow.classes
*/
class replacementLogo {

View File

@@ -26,7 +26,7 @@
/**
* Report - Report class
* @package ProcessMaker
* @package workflow.ProcessMaker
* @author Everth S. Berrios Morales
* @copyright 2008 COLOSA
*/

View File

@@ -27,8 +27,8 @@ G::LoadClass('case');
/**
* ReportTables - Report tables class
* @package ProcessMaker
* @author Julio Cesar Laura Avenda<64>o
* @package workflow.ProcessMaker
* @author Julio Cesar Laura Avenda<64>o
* @copyright 2007 COLOSA
*/

View File

@@ -20,7 +20,8 @@
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
* /**
* @package workflow.ProcessMaker
*/
/**

View File

@@ -25,7 +25,7 @@
require_once 'classes/model/Session.php';
/**
* Sessions - Sessions class
* @package ProcessMaker
* @package workflow.ProcessMaker
* @author Everth S. Berrios Morales
* @copyright 2008 COLOSA
*/

View File

@@ -25,7 +25,6 @@
/**
* spoolRun - brief send email from the spool database, and see if we have all the addresses we send to.
* @package ProcessMaker
* @author Ian K Armstrong <ika@[REMOVE_THESE_CAPITALS]openmail.cc>
* @copyright Copyright (c) 2007, Ian K Armstrong
* @license http://www.opensource.org/licenses/gpl-3.0.html GNU Public License
@@ -46,6 +45,11 @@
require_once ('classes/model/AppMessage.php');
/**
* @package workflow.ProcessMaker
*/
class spoolRun {
private $config;
private $fileData;

View File

@@ -21,7 +21,8 @@
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
* /**
* @package workflow.classes
*/
/**

View File

@@ -20,7 +20,8 @@
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
* /**
* @package workflow.classes
*/
require_once 'classes/model/GroupUser.php';
require_once 'classes/model/Groupwf.php';
@@ -35,7 +36,7 @@ require_once 'classes/model/Users.php';
/**
* Tasks - Tasks class
* @package ProcessMaker
* @package workflow.ProcessMaker
* @author Julio Cesar Laura Avenda<64>o
* @copyright 2007 COLOSA
*/

View File

@@ -25,7 +25,7 @@
/**
* ToolBar - ToolBar class
* @package ProcessMaker
* @package workflow.ProcessMaker
*/
class ToolBar extends form
{
@@ -35,7 +35,7 @@ class ToolBar extends form
/**
* XmlForm_Field_ToolBar - XmlForm_Field_ToolBar class
* @package ProcessMaker
* @package workflow.ProcessMaker
*/
class XmlForm_Field_ToolBar extends XmlForm_Field
{
@@ -78,7 +78,7 @@ class XmlForm_Field_ToolBar extends XmlForm_Field
/**
* XmlForm_Field_toolButton - XmlForm_Field_toolButton class
* @package ProcessMaker
* @package workflow.ProcessMaker
*/
class XmlForm_Field_toolButton extends XmlForm_Field
{

View File

@@ -4,7 +4,7 @@
* @author Hugo Loza <hugo@colosa.com>
*
* This class Helps registering and implementing Wizard for Triggers
*
* @package workflow.ProcessMaker
*/
G::LoadThirdParty ( 'html2ps_pdf/classes', 'include' );
G::LoadThirdParty ( 'html2ps_pdf/classes/org/active-link/doc', 'PHPClass' );

View File

@@ -7,6 +7,7 @@ require_once "System.php";
* ProcessMaker Filesystem access using WebDAV
*
* @access public
* @package workflow.classes
*/
class ProcessMakerWebDav extends HTTP_WebDAV_Server
{

View File

@@ -20,6 +20,9 @@
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
* /**
* @package workflow.classes
*/

View File

@@ -20,7 +20,8 @@
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
* /**
* @package workflow.classes
*/
class wsResponse

View File

@@ -4,6 +4,7 @@
* Utility functions to manage a workspace.
*
* @author Alexandre Rosenfeld
* @package workflow.classes
*/
G::LoadSystem('dbMaintenance');

View File

@@ -31,6 +31,7 @@
* ProcessMaker Open Source Edition
*
* @copyright (C) 2004 - 2008 Colosa Inc.23
* @package workflow.ProcessMaker
*/
class XMLDB
{

View File

@@ -20,7 +20,8 @@
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
* /**
* @package workflow.classes
*/
// DEPRECATED this class is also part of the xmlform package this class will be also removed
// in future releases of pm, its discouraged the inclusion this class in the future from a

View File

@@ -20,7 +20,8 @@
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
* /**
* @package workflow.classes
*/
class XmlForm_Field_TextPM extends XmlForm_Field_SimpleText

View File

@@ -21,7 +21,8 @@
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
* /**
* @package workflow.classes
*/
G::LoadClass('processes');
G::LoadClass('tasks');

View File

@@ -12,7 +12,8 @@ require_once 'classes/model/om/BaseAdditionalTables.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
* <juliocesar@colosa.com, julces2000@gmail.com>
* @package classes.model
* /**
* @package workflow.classes.model
*/
class AdditionalTables extends BaseAdditionalTables {
private $aDef = array('mysql' => array('TEXT' => 'TEXT',

View File

@@ -15,8 +15,8 @@
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* /**
* @package workflow.classes.model
*/
class AdditionalTablesPeer extends BaseAdditionalTablesPeer {

View File

@@ -12,7 +12,6 @@ require_once 'classes/model/om/BaseAppCacheView.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
*/
require_once 'classes/model/Application.php';
@@ -21,6 +20,11 @@ require_once 'classes/model/AppDelay.php';
require_once 'classes/model/Task.php';
require_once 'classes/model/AdditionalTables.php';
/**
* @package workflow.classes.model
* @access public
**/
class AppCacheView extends BaseAppCacheView {
var $confCasesList;
var $pathToAppCacheFiles;

View File

@@ -16,7 +16,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class AppCacheViewPeer extends BaseAppCacheViewPeer {

View File

@@ -11,8 +11,8 @@ require_once 'classes/model/om/BaseAppDelay.php';
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* /**
* @package workflow.classes.model
*/
class AppDelay extends BaseAppDelay {
/**

View File

@@ -16,7 +16,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class AppDelayPeer extends BaseAppDelayPeer {

View File

@@ -37,8 +37,8 @@ G::LoadClass("dates");
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* /**
* @package workflow.classes.model
*/
class AppDelegation extends BaseAppDelegation {

View File

@@ -38,8 +38,8 @@
* You should add additional methods to this class to meet the
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* /**
* @package workflow.classes.model
*/
class AppDelegationPeer extends BaseAppDelegationPeer {

View File

@@ -36,7 +36,7 @@ require_once 'classes/model/InputDocument.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class AppDocument extends BaseAppDocument {

View File

@@ -39,7 +39,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class AppDocumentPeer extends BaseAppDocumentPeer {

View File

@@ -12,7 +12,7 @@ require_once 'classes/model/om/BaseAppEvent.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class AppEvent extends BaseAppEvent {
public function load($sApplicationUID, $iDelegation) {

View File

@@ -16,7 +16,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class AppEventPeer extends BaseAppEventPeer {

View File

@@ -12,11 +12,10 @@ require_once 'classes/model/Application.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
*/
/**
* @author hugo loza
*
* @package workflow.classes.model
*/
class AppFolder extends BaseAppFolder {
/**

View File

@@ -16,7 +16,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class AppFolderPeer extends BaseAppFolderPeer {

View File

@@ -12,7 +12,7 @@ require_once 'classes/model/om/BaseAppHistory.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class AppHistory extends BaseAppHistory {

View File

@@ -16,7 +16,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class AppHistoryPeer extends BaseAppHistoryPeer {

View File

@@ -34,7 +34,7 @@ require_once 'classes/model/om/BaseAppMessage.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class AppMessage extends BaseAppMessage {

View File

@@ -39,7 +39,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class AppMessagePeer extends BaseAppMessagePeer {

View File

@@ -35,7 +35,7 @@ require_once 'classes/model/om/BaseAppOwner.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class AppOwner extends BaseAppOwner {

View File

@@ -39,7 +39,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class AppOwnerPeer extends BaseAppOwnerPeer {

View File

@@ -12,7 +12,7 @@ require_once 'classes/model/om/BaseAppSpool.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class AppSpool extends BaseAppSpool {

View File

@@ -16,7 +16,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class AppSpoolPeer extends BaseAppSpoolPeer {

View File

@@ -35,7 +35,7 @@ require_once 'classes/model/om/BaseAppThread.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class AppThread extends BaseAppThread {

View File

@@ -39,7 +39,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class AppThreadPeer extends BaseAppThreadPeer {

View File

@@ -36,7 +36,7 @@ require_once 'classes/model/Content.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class Application extends BaseApplication {

View File

@@ -39,7 +39,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class ApplicationPeer extends BaseApplicationPeer {

View File

@@ -12,7 +12,7 @@ require_once 'classes/model/om/BaseCalendarAssignments.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class CalendarAssignments extends BaseCalendarAssignments {

View File

@@ -16,7 +16,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class CalendarAssignmentsPeer extends BaseCalendarAssignmentsPeer {

View File

@@ -12,7 +12,7 @@ require_once 'classes/model/om/BaseCalendarBusinessHours.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class CalendarBusinessHours extends BaseCalendarBusinessHours {
function getCalendarBusinessHours($CalendarUid){

View File

@@ -16,7 +16,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class CalendarBusinessHoursPeer extends BaseCalendarBusinessHoursPeer {

View File

@@ -14,7 +14,7 @@ require_once 'classes/model/CalendarAssignments.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class CalendarDefinition extends BaseCalendarDefinition {
public $calendarLog = '';

View File

@@ -16,7 +16,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class CalendarDefinitionPeer extends BaseCalendarDefinitionPeer {

View File

@@ -12,7 +12,7 @@ require_once 'classes/model/om/BaseCalendarHolidays.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class CalendarHolidays extends BaseCalendarHolidays {
function getCalendarHolidays($CalendarUid){

View File

@@ -16,7 +16,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class CalendarHolidaysPeer extends BaseCalendarHolidaysPeer {

View File

@@ -14,7 +14,7 @@ require_once 'classes/model/Task.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class CaseScheduler extends BaseCaseScheduler {

View File

@@ -16,7 +16,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class CaseSchedulerPeer extends BaseCaseSchedulerPeer {

View File

@@ -12,7 +12,7 @@ require_once 'classes/model/om/BaseCaseTracker.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class CaseTracker extends BaseCaseTracker {
public function load($sProcessUID) {

View File

@@ -12,7 +12,7 @@ require_once 'classes/model/om/BaseCaseTrackerObject.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class CaseTrackerObject extends BaseCaseTrackerObject {
public function load($Uid) {

View File

@@ -16,7 +16,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class CaseTrackerObjectPeer extends BaseCaseTrackerObjectPeer {

View File

@@ -16,7 +16,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class CaseTrackerPeer extends BaseCaseTrackerPeer {

View File

@@ -36,7 +36,7 @@ require_once 'classes/model/Content.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class Configuration extends BaseConfiguration {
public function create($aData)

View File

@@ -39,7 +39,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class ConfigurationPeer extends BaseConfigurationPeer {

View File

@@ -34,7 +34,7 @@ require_once 'classes/model/om/BaseContent.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class Content extends BaseContent {

View File

@@ -39,7 +39,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class ContentPeer extends BaseContentPeer {

View File

@@ -36,7 +36,7 @@ require_once 'classes/model/om/BaseDbSource.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class DbSource extends BaseDbSource
{

View File

@@ -16,7 +16,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class DbSourcePeer extends BaseDbSourcePeer {

View File

@@ -36,7 +36,7 @@ require_once 'classes/model/Users.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class Department extends BaseDepartment {

View File

@@ -39,7 +39,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class DepartmentPeer extends BaseDepartmentPeer {

View File

@@ -12,7 +12,7 @@ require_once 'classes/model/om/BaseDimTimeComplete.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class DimTimeComplete extends BaseDimTimeComplete {

View File

@@ -16,7 +16,7 @@
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class DimTimeCompletePeer extends BaseDimTimeCompletePeer {

View File

@@ -12,7 +12,7 @@ require_once 'classes/model/om/BaseDimTimeDelegate.php';
* application requirements. This class will only be generated as
* long as it does not already exist in the output directory.
*
* @package classes.model
* @package workflow.classes.model
*/
class DimTimeDelegate extends BaseDimTimeDelegate {

Some files were not shown because too many files have changed in this diff Show More