예제 #1
0
 function &_onAddBody($aRows, $mConfiguration)
 {
     $objTableBody = new clsTbody();
     if (null != $this->eventAddBodyRow) {
         $objTableBody->setEvent_AddRow($this->eventAddBodyRow);
     }
     if (null != $this->eventAddBodyRowCell) {
         $objTableBody->setEvent_AddRowCell($this->eventAddBodyRowCell);
     }
     $objTableBody->addRows($aRows, $mConfiguration);
     return $objTableBody;
 }