function ChartCanvas::getModuleName in Charts and Graphs 7.2
Same name and namespace in other branches
- 6 charts_graphs.class.inc \ChartCanvas::getModuleName()
- 7 charts_graphs.class.inc \ChartCanvas::getModuleName()
File
- ./
charts_graphs.class.inc, line 36 - Contains the main graphs class that is inherited by all submodules
Class
- ChartCanvas
- @file Contains the main graphs class that is inherited by all submodules
Code
function getModuleName() {
return $this->modulename;
}