Exemplo n.º 1
0
 /**
  * @param string $rowName
  *
  * @return true
  */
 function rowExists($rowName)
 {
     return $this->tbody->rowExists($rowName);
 }