Public Member Functions | |
| getParameters () | |
| (non-PHPdoc) | |
Protected Member Functions | |
| handleParameters (array $params, $outputmode) | |
| (non-PHPdoc) | |
| getResultText (SMWQueryResult $res, $outputmode) | |
| This method renders the result set provided by SMW according to the printer. | |
Protected Attributes | |
| $m_graphValidation = false | |
| $m_isDebugSet = false | |
| $m_processCategory = 'Process' | |
| $m_process | |
Definition at line 52 of file SRF_Process.php.
| SRFProcess::handleParameters | ( | array $ | params, | |
| $ | outputmode | |||
| ) | [protected] |
(non-PHPdoc)
Reimplemented from SMWResultPrinter.
Definition at line 66 of file SRF_Process.php.
| SRFProcess::getParameters | ( | ) |
(non-PHPdoc)
Reimplemented from SMWResultPrinter.
Definition at line 98 of file SRF_Process.php.
References SMWResultPrinter::$params.
| SRFProcess::getResultText | ( | SMWQueryResult $ | res, | |
| $ | outputmode | |||
| ) | [protected] |
This method renders the result set provided by SMW according to the printer.
| res | SMWQueryResult, result set of the ask query provided by SMW | |
| outputmode | ? |
Reimplemented from SMWResultPrinter.
Definition at line 131 of file SRF_Process.php.
References SMWQueryResult::getNext(), and SMWDataItem::TYPE_WIKIPAGE.
SRFProcess::$m_graphValidation = false [protected] |
Definition at line 55 of file SRF_Process.php.
SRFProcess::$m_isDebugSet = false [protected] |
Definition at line 56 of file SRF_Process.php.
SRFProcess::$m_processCategory = 'Process' [protected] |
Definition at line 57 of file SRF_Process.php.
SRFProcess::$m_process [protected] |
Definition at line 60 of file SRF_Process.php.
1.5.6