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,14 +1,16 @@
<?php
/**
* @author Hugo Loza <hugo@colosa.com>
*
* This class Helps registering and implementing Wizard for Triggers
* @package workflow.ProcessMaker
* This class Helps registering and implementing Wizard for Triggers
*/
G::LoadThirdParty ( 'html2ps_pdf/classes', 'include' );
G::LoadThirdParty ( 'html2ps_pdf/classes/org/active-link/doc', 'PHPClass' );
/**
* @package workflow.engine.ProcessMaker
*/
class triggerLibrary {
private $_aTriggerClasses_ = array ();