InjectorLoader
class InjectorLoader (View source)
Registers chained injectors
Constants
| NO_MANIFESTS_AVAILABLE | 
 | 
Properties
| protected | Injector[] | $manifests | 
Methods
                    public                                                                            
                
                                
                    getManifest()
        
                                            
                
            Returns the currently active class manifest instance that is used for loading classes.
Details
        
                static            InjectorLoader
    inst()
        
    
    No description
        
                            Injector
    getManifest()
        
    
    Returns the currently active class manifest instance that is used for loading classes.
        
                            bool
    hasManifest()
        
    
    Returns true if this class loader has a manifest.
        
                            
    pushManifest(Injector $manifest)
        
    
    Pushes a class manifest instance onto the top of the stack.
        
                            Injector
    popManifest()
        
    
    No description
        
                            int
    countManifests()
        
    
    Check number of manifests
        
                            InjectorLoader
    nest()
        
    
    Nest the config loader
        
                            $this
    activate()
        
    
    Mark this instance as the current instance