ZMObject
└─ZMToolboxTool
public class ZMToolboxTool
extends ZMObject
| Field Summary | |
|---|---|
| protected mixed | |
| protected mixed | |
| Fields inherited from org.zenmagick.core.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| ZMRequest | Get the request. |
| ZMToolbox | Get the toolbox. |
| void | setRequest(ZMRequest request) Set the request. |
| void | setToolbox(ZMToolbox toolbox) Set the toolbox itself. |
| Methods inherited from org.zenmagick.core.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
protected mixed $request_
protected mixed $toolbox_
public ZMToolboxTool()
Create new instance.
public ZMRequest getRequest()
Get the request.
public ZMToolbox getToolbox()
Get the toolbox.
public void setRequest(ZMRequest request)
Set the request.
public void setToolbox(ZMToolbox toolbox)
Set the toolbox itself.
Toolbx tool base class.