You are here

function ChartCanvas::getUnique_ID in Charts and Graphs 6

Same name and namespace in other branches
  1. 7.2 charts_graphs.class.inc \ChartCanvas::getUnique_ID()
  2. 7 charts_graphs.class.inc \ChartCanvas::getUnique_ID()

File

./charts_graphs.class.inc, line 65
abstract class ChartCanvas.

Class

ChartCanvas
Each graphing library implementation should create a derivative of this class.

Code

function getUnique_ID() {
  return $this->unique_id;
}