Inherits SMWResultPrinter.
Inherited by SRFPloticusVBar.
Public Member Functions | |
| getParameters () | |
| A function to describe the allowed parameters of a query using any specific format - most query printers should override this function. | |
Protected Member Functions | |
| readParameters ($params, $outputmode) | |
| getResultText (SMWQueryResult $res, $outputmode) | |
| Return serialised results in specified format. | |
Protected Attributes | |
| $m_ploticusparams = '' | |
| $m_imageformat = 'gif' | |
| $m_titletext = '' | |
| $m_showcsv = false | |
| $m_debug = false | |
| $m_liveupdating = true | |
| $m_updatefrequency = 3600 | |
| $m_showtimestamp = false | |
| $m_showrefresh = false | |
| $m_showimagelink = false | |
| $m_drawdumpoutput = '' | |
| $m_tblwidth = '' | |
| $m_tblheight = '' | |
| $m_width = '' | |
| $m_height = '' | |
Definition at line 17 of file SRF_Ploticus.php.
| SRFPloticus::readParameters | ( | $ | params, | |
| $ | outputmode | |||
| ) | [protected] |
Reimplemented in SRFPloticusVBar.
Definition at line 34 of file SRF_Ploticus.php.
References SMWResultPrinter::$params.
| SRFPloticus::getResultText | ( | SMWQueryResult $ | res, | |
| $ | outputmode | |||
| ) | [protected] |
Return serialised results in specified format.
Implemented by subclasses.
Reimplemented from SMWResultPrinter.
Definition at line 89 of file SRF_Ploticus.php.
References $wgTitle, and $wgUploadDirectory.
| SRFPloticus::getParameters | ( | ) |
A function to describe the allowed parameters of a query using any specific format - most query printers should override this function.
TODO: refactor non-printer params up to the query processor and do all param handling there.
Reimplemented from SMWResultPrinter.
Definition at line 342 of file SRF_Ploticus.php.
SRFPloticus::$m_ploticusparams = '' [protected] |
Definition at line 18 of file SRF_Ploticus.php.
SRFPloticus::$m_imageformat = 'gif' [protected] |
Definition at line 19 of file SRF_Ploticus.php.
SRFPloticus::$m_titletext = '' [protected] |
Definition at line 20 of file SRF_Ploticus.php.
SRFPloticus::$m_showcsv = false [protected] |
Definition at line 21 of file SRF_Ploticus.php.
SRFPloticus::$m_debug = false [protected] |
Definition at line 22 of file SRF_Ploticus.php.
SRFPloticus::$m_liveupdating = true [protected] |
Definition at line 23 of file SRF_Ploticus.php.
SRFPloticus::$m_updatefrequency = 3600 [protected] |
Definition at line 24 of file SRF_Ploticus.php.
SRFPloticus::$m_showtimestamp = false [protected] |
Definition at line 25 of file SRF_Ploticus.php.
SRFPloticus::$m_showrefresh = false [protected] |
Definition at line 26 of file SRF_Ploticus.php.
SRFPloticus::$m_showimagelink = false [protected] |
Definition at line 27 of file SRF_Ploticus.php.
SRFPloticus::$m_drawdumpoutput = '' [protected] |
Definition at line 28 of file SRF_Ploticus.php.
SRFPloticus::$m_tblwidth = '' [protected] |
Definition at line 29 of file SRF_Ploticus.php.
SRFPloticus::$m_tblheight = '' [protected] |
Definition at line 30 of file SRF_Ploticus.php.
SRFPloticus::$m_width = '' [protected] |
Definition at line 31 of file SRF_Ploticus.php.
SRFPloticus::$m_height = '' [protected] |
Definition at line 32 of file SRF_Ploticus.php.
1.5.6