function ChartCanvas::getModuleName in Charts and Graphs 7
Same name and namespace in other branches
- 6 charts_graphs.class.inc \ChartCanvas::getModuleName()
- 7.2 charts_graphs.class.inc \ChartCanvas::getModuleName()
1 call to ChartCanvas::getModuleName()
- ChartsOpenFlash::get_chart in apis/
charts_openflash/ charts_openflash.class.inc - Function that renders data
File
- ./
charts_graphs.class.inc, line 32
Class
Code
function getModuleName() {
return $this->modulename;
}