function pChart::Render in Visitors 8
Same name and namespace in other branches
- 7.0 pchart/pChart.inc \pChart::Render()
 
File
- pchart/
pChart.inc, line 2449  
Class
Code
function Render($FileName) {
  if ($this->ErrorReporting) {
    $this
      ->printErrors($this->ErrorInterface);
  }
  imagepng($this->Picture, $FileName);
}