ZMObject
|
+--ZMView
|
+--ZMPageView
|
+--ZMPluginView
public class ZMPluginView
extends ZMPageView
| Field Summary | |
|---|---|
| protected mixed | |
| Constructor Summary | |
|---|---|
ZMPluginView(string view, ZMPlugin plugin) Create new theme view view. |
|
| Method Summary | |
|---|---|
| void | generate() Generate view response. |
| string | Returns the full view filename to be included by a template. |
| boolean | isValid() Check if this view is valid. |
| void | Set the corresponding plugin. |
| Methods inherited from org.zenmagick.rp.uip.ZMPageView | |
|---|---|
| generate, getLayout | |
| Methods inherited from org.zenmagick.rp.ZMView | |
|---|---|
| callView, generate, getContentType, getController, getEncoding, getName, getSubdir, getView, getViewFilename, getViewId, isValid, isViewFunction, setController, setName, setSubdir, setView, setViewId | |
| Methods inherited from org.zenmagick.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
protected mixed $plugin_
public ZMPluginView(string view, ZMPlugin plugin)
Create new theme view view.
null.public void generate()
Generate view response. /
public string getViewFilename()
Returns the full view filename to be included by a template.
public boolean isValid()
Check if this view is valid.
true if the view is valid, false if not.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.