ZMObject
└─ZMController
└─ZMRpcController
└─ZMAjaxPluginAdminController
public class ZMAjaxPluginAdminController
extends ZMRpcController
| Method Summary | |
|---|---|
| void | installPlugin(mixed request) Install plugin. |
| void | removePlugin(mixed request) Remove plugin. |
| void | setPluginStatus(mixed rpcRequest) Update plugin status. |
| Methods inherited from org.zenmagick.mvc.controller\ZMRpcController | |
|---|---|
| __construct, 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 installPlugin(mixed request)
Install plugin.
public void removePlugin(mixed request)
Remove plugin.
public void setPluginStatus(mixed rpcRequest)
Update plugin status.
Ajax plugin admin controller.