예제 #1
0
파일: Chart.php 프로젝트: Princelo/bioerp
 public function refresh()
 {
     if ($this->_worksheet !== NULL) {
         $this->_plotArea->refresh($this->_worksheet);
     }
 }
예제 #2
0
 public function refresh()
 {
     if ($this->worksheet !== null) {
         $this->plotArea->refresh($this->worksheet);
     }
 }