Esempio n. 1
0
 /**
  * Adds the error message to the error log in the lavacharts master object.
  *
  * @param string $msg
  */
 public function error($msg)
 {
     Lavacharts::_set_error($this->chartType . '(' . $this->chartLabel . ')', $msg);
 }