Dom_RendererInterface
public interface Dom_RendererInterface
| Method Summary | |
|---|---|
| Dom_Template | Get the Dom_Template |
| void | setTemplate(Dom_Template template) Set the Dom_Template |
| void | show(Dom_Template template) Execute the renderer. |
public Dom_Template getTemplate()
Get the Dom_Template
public void setTemplate(Dom_Template template)
Set the Dom_Template
public void show(Dom_Template template)
Execute the renderer.
For all classes that render DOM Templates. This is a good base for all renderer objects that implement the Dom_Template it can guide you to create tempaltes that can be inserted into other template objects.