Exemplo n.º 1
0
 /**
  * Adds a td cell with a colspan that ends where the next known cell begins.
  *
  * @param string|string[] $colName
  *   Column name, group or range.
  * @param string $content
  *   HTML cell content.
  *
  * @return $this
  */
 function tdOpenEnd($colName, $content)
 {
     $this->tsection->tdOpenEnd($this->rowName, $colName, $content);
     return $this;
 }