Exemplo n.º 1
0
 /**
  * A standardized way to access the main or only row of thead.
  *
  * @param string $rowName
  *
  * @return RowHandle
  */
 function headRow($rowName = 'head')
 {
     return $this->thead->addRowIfNotExists($rowName);
 }