source: sandbox/2.3-MailArchiver/workflow/inc/class.workflow_activitymanager.inc.php @ 6779

Revision 6779, 636 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1<?php
2        require_once 'common.inc.php';
3        // include galaxia's configuration tailored to egroupware
4        require_once('engine/config.egw.inc.php');
5
6        require_once(GALAXIA_LIBRARY . SEP . 'src' . SEP . 'ProcessManager' . SEP . 'ActivityManager.php');
7        /**
8         * @package Workflow
9         * @license http://www.gnu.org/copyleft/gpl.html GPL
10         */
11        class workflow_activitymanager extends ActivityManager
12        {  /**
13                 * Construtor da classe workflow_activitymanager
14                 * @access public
15                 * @return object
16                 */
17                function workflow_activitymanager()
18                {
19                        parent::ActivityManager(Factory::getInstance('WorkflowObjects')->getDBGalaxia()->Link_ID);
20                }
21        }
22?>
Note: See TracBrowser for help on using the repository browser.