Ignore:
Timestamp:
07/15/10 17:50:39 (14 years ago)
Author:
viani
Message:

Ticket #1015 - Merged 2466:3060 /sandbox/workflow/trunk/ em /sandbox/workflow/branches/1015

File:
1 edited

Legend:

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

    r2588 r3061  
    6363                $this->registerFileInfo('Thread', 'class.Thread.inc.php', 'inc'); 
    6464                $this->registerFileInfo('Paging', 'class.Paging.inc.php', 'inc'); 
     65                $this->registerFileInfo('Logger', 'class.Logger.inc.php', 'inc'); 
    6566                $this->registerFileInfo('FsUtils', 'class.fsutils.inc.php', 'inc'); 
    6667                $this->registerFileInfo('UserPictureProvider', 'class.UserPictureProvider.inc.php', 'inc'); 
     
    168169 
    169170 
     171                /** 
     172                 * TODO - This is another ATR - Alternative Technical Resource (common known 
     173                 * as workaround) to allow instantiation of "wf" classes. Although these classes 
     174                 * should have not been instanciated by the workflow module, some of them are 
     175                 * instantiated by run_activity during every execution. =( 
     176                 * In a new version of MVC these objects must be created by the Processes. 
     177                 */ 
     178                $this->registerFileInfo('wf_natural', 'class.wf_natural.php', 'inc/local/classes'); 
     179                $this->registerFileInfo('wf_db', 'class.wf_db.php', 'inc/local/classes'); 
     180 
     181 
    170182                /* ok. no more instances of this class.. */ 
    171183                self::$_instantiated = true; 
Note: See TracChangeset for help on using the changeset viewer.