Class BaseTool
BaseTool contains default implementation of some mandatory tool methods - serves only as a helper (reduces code duplicity)
- Nette\Object
- BaseModule\Services\BaseService
- DispatchModule\Tools\BaseTool
Direct known subclasses
BaseModule\Services\DbService, DispatchModule\Tools\Cppredict2Tool, DispatchModule\Tools\DbTool, DispatchModule\Tools\SimilarityToolIndirect known subclasses
DispatchModule\Tools\AnnotationDbTool, DispatchModule\Tools\TaxonomyDbTool
public
boolean
|
|
public
boolean
|
|
public
string
|
|
public
array
|
__construct()
|
protected
array
|
$wantedParameters
List of all wanted parameters by the tool in format 'parameterName' => array('parameterType', 'parameterLabel', possiblyAnotherOptions) parameterType depends on \Base\Form |
#
array()
|
public
string
|
$description
Short description of the tool |
|
public
string
|
$fileName
Default file name for tool temp files (without ext) |
|
public
array
|
$completeData
additional data for tool (basically data collected from POST of HTTP request) |
$container
|