You are here

function pChart::reportWarnings in Visitors 8

Same name and namespace in other branches
  1. 7.0 pchart/pChart.inc \pChart::reportWarnings()

File

pchart/pChart.inc, line 161

Class

pChart

Code

function reportWarnings($Interface = "CLI") {
  $this->ErrorReporting = TRUE;
  $this->ErrorInterface = $Interface;
}