Uses of Class
de.powerstat.phplib.templateengine.TemplateEngine
-
Uses of TemplateEngine in de.powerstat.phplib.templateengine
Methods in de.powerstat.phplib.templateengine that return TemplateEngineModifier and TypeMethodDescriptionstatic TemplateEngineTemplateEngine.newInstance(TemplateEngine engine) Copy factory.static TemplateEngineTemplateEngine.newInstance(File file) Get new instance from a UTF-8 encoded text file.static TemplateEngineTemplateEngine.newInstance(InputStream stream) Get new instance from a stream.static TemplateEngineTemplateEngine.newInstance(String template) Get new instance from a string.Methods in de.powerstat.phplib.templateengine with parameters of type TemplateEngineModifier and TypeMethodDescriptionstatic TemplateEngineTemplateEngine.newInstance(TemplateEngine engine) Copy factory.Constructors in de.powerstat.phplib.templateengine with parameters of type TemplateEngine