Template_Loader_Factory
Factory to return the template loader instance
Tags
Table of Contents
- $template_loader : mixed
- create() : Template_Loader
- Get the shared template loader instance.
Properties
$template_loader
    private
    static    mixed
    $template_loader
     = null
    
        
    
    Tags
Methods
create()
Get the shared template loader instance.
    public
            static    create() : Template_Loader
    
    
    
    Tags
Return values
Template_Loader —The template loader.