ZMObject
└─ZMViewUtils
└─ViewUtils
public class ViewUtils
extends ZMViewUtils
| Method Summary | |
|---|---|
| void | __construct(ZMView view) Create new instance. |
| string | resolveResource(string filename, ZMView view) {@inheritDoc} |
| Methods inherited from org.zenmagick.mvc.utils\ZMViewUtils | |
|---|---|
| __construct, cssFile, getResourceContents, getView, handleResourceGroup, jsFile, resolveResource | |
| Methods inherited from org.zenmagick.core\ZMObject | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public void __construct(ZMView view)
Create new instance.
public string resolveResource(string filename, ZMView view)
Resolve resource path.
This default implementation does nothing but return the result of: $view->asUrl($request, $filename, ZMView::RESOURCE);.
View utils.