TemplateLocator
class TemplateLocator (View source)
Properties
| protected | $template | ||
| protected | $locations | 
Methods
                    createTemplateFromInput($input)
        
                                            
                
            No description
                    createLocationFromInput($input)
        
                                            
                
            No description
                    __construct($template = null)
        
                                            
                
            No description
                    getTemplate()
        
                                            
                
            No description
                    setTemplate($template)
        
                                            
                
            No description
                    addLocation($location)
        
                                            
                
            Adding a location tells our locator to look in an additional spot.
                    prependLocation($location)
        
                                            
                
            Adds a new place to look at the front of the line
                    getFile()
        
                                            
                
            No description
                    array
                
                
                    getLocations()
        
                                            
                
            No description
                    getLocation()
        
                                            
                
            No description
Details
        
                    protected        
    createTemplateFromInput($input)
        
    
    No description
        
                    protected        
    createLocationFromInput($input)
        
    
    No description
        
                            
    __construct($template = null)
        
    
    No description
        
                            Template
    getTemplate()
        
    
    No description
        
                            
    setTemplate($template)
        
    
    No description
        
                            
    addLocation($location)
        
    
    Adding a location tells our locator to look in an additional spot.
        
                            
    prependLocation($location)
        
    
    Adds a new place to look at the front of the line
        
                    protected        
    getPath(TemplateLocation $location, Template $template)
        
    
    No description
        
                            
    getFile()
        
    
    No description
        
                            array
    getLocations()
        
    
    No description
        
                            
    getLocation()
        
    
    No description