ZMObject
└─ZMView
└─ZMSavantView
└─SavantView
└─ZMPluginView
public class ZMPluginView
extends SavantView
| Field Summary | |
|---|---|
| protected mixed | |
| Constructor Summary | |
|---|---|
Create new theme view view. |
|
| Method Summary | |
|---|---|
| void | getTemplatePath(ZMRequest request) {@inheritDoc} |
| void | Set the corresponding plugin. |
| Methods inherited from org.zenmagick.mvc.view.SavantView | |
|---|---|
| generate, getLayout, getTemplatePath, getViewDir, setLayout, setViewDir | |
| Methods inherited from org.zenmagick.mvc.view.ZMSavantView | |
|---|---|
| fetch, getResourcePath, getSavant, getTemplatePath, setConfig | |
| Methods inherited from org.zenmagick.mvc.view.ZMView | |
|---|---|
| fetch, generate, getContentType, getEncoding, getTemplate, getVars, getViewId, isValid, setTemplate, setVar, setVars, setViewId | |
| Methods inherited from org.zenmagick.core.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
protected mixed $plugin_
public ZMPluginView()
Create new theme view view.
public void getTemplatePath(ZMRequest request)
public void setPlugin(ZMPlugin plugin)
Set the corresponding plugin.
Simple plugin view.
This view allows to display templates (full layouts or views) that are located in a plugin folder.