function QuantChart::__construct in Quant 7
File
- plugins/
QuantChart.inc, line 10
Class
- QuantChart
- QuantChart class used to provide chart-rendering plugins
Code
function __construct($quant, $plugin) {
$this->quant = $quant;
$this->plugin = $plugin;
}