You are here

function ChartCanvas::getModuleName in Charts and Graphs 7

Same name and namespace in other branches
  1. 6 charts_graphs.class.inc \ChartCanvas::getModuleName()
  2. 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

ChartCanvas

Code

function getModuleName() {
  return $this->modulename;
}