function pChart::reportWarnings in Visitors 8
Same name and namespace in other branches
- 7.0 pchart/pChart.inc \pChart::reportWarnings()
 
File
- pchart/
pChart.inc, line 161  
Class
Code
function reportWarnings($Interface = "CLI") {
  $this->ErrorReporting = TRUE;
  $this->ErrorInterface = $Interface;
}