Ignore:
Timestamp:
03/19/10 17:22:08 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Migrando instanciação das classes da engine para a factory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/609/inc/class.ui_orgchart.inc.php

    r2264 r2311  
    103103                else 
    104104                        die(); 
    105  
    106                 require_once(dirname(__FILE__) . SEP . 'engine' . SEP . 'src' . SEP . 'ProcessManager' . SEP . 'GraphViz.php'); 
    107105 
    108106                $config_values = Factory::getInstance('config', 'workflow'); 
     
    122120                $attributes['ranksep'] = '1.5 equally'; 
    123121                $attributes['rankdir'] = 'LR'; 
    124                 $graph = new Process_GraphViz(true, $attributes); 
     122                $graph = &Factory::getInstance('Process_GraphViz', true, $attributes); 
    125123 
    126124 
Note: See TracChangeset for help on using the changeset viewer.