Ignore:
Timestamp:
03/17/10 16:39:47 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Corrigindo demais pendências na utilização da nova factory.

File:
1 edited

Legend:

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

    r2278 r2291  
    3434         * atribute. 
    3535         * 
     36         * @param string $className Class name. 
     37         * @param string $fileName Name of the file that contains the class definition. 
     38         * @param string $relativePath The path to the file, relative to $basePath. 
     39         * @param string $basePath Base path to append $relativePath. Optional. 
    3640         * @access protected 
    3741         * @return void 
     
    5559         * pointers (&) to avoid object duplications. 
    5660         * 
     61         * @param string $className Name of the class. 
     62         * @param array $classArgs Parameters to the class's constructor. 
    5763         * @access public 
    5864         * @return object 
     
    9096         * @todo Maybe we don't have to use the reflection 
    9197         *               class here. Future work... 
     98         * @param string $className Name of the class. 
     99         * @param array $classArgs Parameters to the class's constructor. 
    92100         * @access public 
    93101         * @return object 
     
    121129         * '$_fileInfo' array. 
    122130         * 
     131         * @param string $className Key to search for into the internal cache. 
    123132         * @access private 
    124133         * @return array 
     
    133142         * for upcoming requests. 
    134143         * 
     144         * @param string $className Name of the class. 
     145         * @param object Object whose reference will be stored. 
    135146         * @access private 
    136147         * @return boolean 
     
    150161         * it could be the only place to include files. 
    151162         * 
     163         * @param string $className Key to search for into internal cache. 
    152164         * @access private 
    153165         * @return boolean 
Note: See TracChangeset for help on using the changeset viewer.