|
    Ultima modificación |
    Ver Log
    | 
  
  
  
     
        
        | Rev | Autor | Línea Nro. | Línea | 
     
     
        
           | 1 | efrain | 1 | <?php
 | 
        
           |  |  | 2 |   | 
        
           |  |  | 3 | declare(strict_types=1);
 | 
        
           |  |  | 4 |   | 
        
           |  |  | 5 | namespace DI\Definition;
 | 
        
           |  |  | 6 |   | 
        
           |  |  | 7 | /**
 | 
        
           |  |  | 8 |  * @author Matthieu Napoli <matthieu@mnapoli.fr>
 | 
        
           |  |  | 9 |  */
 | 
        
           |  |  | 10 | class AutowireDefinition extends ObjectDefinition
 | 
        
           |  |  | 11 | {
 | 
        
           |  |  | 12 | }
 |