Exemplo n.º 1
0
 /**
  * Does the magic. Creates all necessary stuff and finally
  * sends the graph directly (!!!) to the browser.
  * Execution should be terminated afterwards.
  * @return void
  */
 public function showGraph()
 {
     $this->preGraphCreation();
     $this->objGraph->renderToOutput($this->intWidth, $this->intHeight);
 }