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