ZMObject
└─ZMToolboxTool
public class ZMToolboxTool
extends ZMObject
| Field Summary | |
|---|---|
| protected mixed | |
| protected mixed | |
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | Create new instance. |
| 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 | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
protected mixed $request_
protected mixed $toolbox_
public void __construct()
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.