Ignore:
Timestamp:
08/07/09 16:06:07 (15 years ago)
Author:
gbisotto
Message:

Ticket #609 - Modificada a classe Factory e ProcessFactory? para automatizaro acesso ao objetos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/2.0/inc/local/classes/class.wf_ldap.php

    r1067 r1293  
    4141        function wf_ldap() 
    4242        { 
    43                 $tmpLDAP = &$GLOBALS['workflow']['factory']->getInstance('WorkflowLDAP'); 
     43                $tmpLDAP =& Factory::getInstance('WorkflowLDAP'); 
    4444                $this->user_context  = $tmpLDAP->getUserContext(); 
    4545                $this->group_context = $tmpLDAP->getGroupContext(); 
    4646 
    47                 $this->ds = &$GLOBALS['workflow']['workflowObjects']->getLDAP(); 
     47                $this->ds =& Factory::getInstance('WorkflowObjects')->getLDAP(); 
    4848 
    4949                $this->cachedLDAP = new wf_cached_ldap(); 
Note: See TracChangeset for help on using the changeset viewer.