Exemplo n.º 1
0
 function DrawDirect()
 {
     $this->initData();
     DisplayObject::DrawDirect();
 }
Exemplo n.º 2
0
 function DrawDirect()
 {
     // Make sure all data is properly gathered and prepared....
     $this->InitDisplay();
     // if this is not an Excel sheet then display the HTML
     if ($this->isExcelSheet == false) {
         DisplayObject::DrawDirect();
     } else {
         // Send the Excel Workbook
         $this->ExcelWorkBook->DrawDirect();
     }
 }
Exemplo n.º 3
0
 function DrawDirect()
 {
     $this->DrawInit();
     DisplayObject::DrawDirect();
 }
 function DrawDirect()
 {
     $this->AddToDisplayList($this->Data);
     DisplayObject::DrawDirect();
 }