ZMObject
└─ZMController
└─ZMCatalogContentController
└─ZMCatalogDefaultTabController
public class ZMCatalogDefaultTabController
extends ZMCatalogContentController
| Fields inherited from zenmagick.store.shared.services\ZMCatalogContentController | |
|---|---|
| catalogRequestId_, name_ | |
| Method Summary | |
|---|---|
| void | __construct(string requestId, mixed catalogRequestId, string name, int active) Create new instance. |
| boolean | {@inheritDoc} |
| Methods inherited from zenmagick.store.shared.services\ZMCatalogContentController | |
|---|---|
| __construct, findView, getCatalogRequestId, getName, isActive, process | |
| Methods inherited from org.zenmagick.mvc.controller\ZMController | |
|---|---|
| __construct, findView, getFormData, getId, getView, getViewData, isAjax, isFormSubmit, preProcess, process, processGet, processPost, setContentType, setId, setView, validate, validateFormData, validateSession | |
| Methods inherited from org.zenmagick.core\ZMObject | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public void __construct(string requestId, mixed catalogRequestId, string name, int active)
Create new instance.
null to use the request id.public boolean isActive(ZMRequest request)
Query whether this content is active for the given request.
Subclasses can control this by either setting the active (bit-)flags in the constructor or by overriding this method.
true if the plugin requests to be rendered for this request.
Admin controller.