ZMObject
└─ZMView
└─ZMFunctionView
public class ZMFunctionView
extends ZMView
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| string | fetch(mixed request, string template, request The) {@inheritDoc} |
| string | {@inheritDoc} |
| 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 | |
public ZMFunctionView()
Create new instance.
public string fetch(mixed request, string template, request The)
public string generate(ZMRequest request)
A view using a function to generate content.