Example #1
0
 function closeRow($styles = "")
 {
     if ($this->in_header_row) {
         $this->cell_class = $this->safed_cell_class;
     }
     return Table::closeRow($styles);
 }