ZenMagick 0.9.10


org.zenmagick.mvc.toolbox\ZMToolboxTool
mvc\toolbox\ZMToolboxTool.php at line 30

Class ZMToolboxTool

ZMObject
└─ZMToolboxTool

public class ZMToolboxTool
extends ZMObject

Toolbx tool base class.

Author:
DerManoMann

Field Summary
protected mixed

$request_

protected mixed

$toolbox_

Fields inherited from org.zenmagick.core\ZMObject
properties_
Method Summary
void

__construct()

Create new instance.

ZMRequest

getRequest()

Get the request.

ZMToolbox

getToolbox()

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

Field Detail

mvc\toolbox\ZMToolboxTool.php at line 31

request_

protected mixed $request_

mvc\toolbox\ZMToolboxTool.php at line 32

toolbox_

protected mixed $toolbox_

Method Detail

mvc\toolbox\ZMToolboxTool.php at line 38

__construct

public void __construct()

Create new instance.


mvc\toolbox\ZMToolboxTool.php at line 64

getRequest

public ZMRequest getRequest()

Get the request.

Returns:
The current request.

mvc\toolbox\ZMToolboxTool.php at line 82

getToolbox

public ZMToolbox getToolbox()

Get the toolbox.

Returns:
The toolbox.

mvc\toolbox\ZMToolboxTool.php at line 55

setRequest

public void setRequest(ZMRequest request)

Set the request.

Parameters:
request - The current request.

mvc\toolbox\ZMToolboxTool.php at line 73

setToolbox

public void setToolbox(ZMToolbox toolbox)

Set the toolbox itself.

Parameters:
toolbox - The toolbox.

ZenMagick 0.9.10