Changes done for PhpDoc
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user