Ignore:
Timestamp:
03/15/10 14:41:49 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Adaptando os processos do workflow para utilizar o nova factory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/609/lib/factory/WorkflowFactory.php

    r2233 r2249  
    6868                $this->registerFileInfo('accounts', 'class.accounts.inc.php', '', EGW_INC_ROOT); 
    6969 
     70 
     71                /** 
     72                 * TODO - This is a veeery big workaround to maintain compatibility with 
     73                 * processes that uses the old not-static factory. So, we made this wrapper 
     74                 * (adapter) that just calls the new and cute static factory class in the 
     75                 * right way. It should be removed as soon as possible. 
     76                */ 
     77                $this->registerFileInfo('ProcessWrapperFactory', 'ProcessWrapperFactory.php', 'lib/factory/'); 
     78 
     79 
    7080                /* ok. no more instances of this class.. */ 
    7181                self::$_instantiated = true; 
Note: See TracChangeset for help on using the changeset viewer.