";
foreach ($allColumns as $name => $toDisplay) {
if ($toDisplay !== false) {
if ($this->translateColumnNames) {
$name = $this->translateColumnName($name);
}
$html .= "\n\t| " . self::formatValueXml($name) . " | ";
}
}
$html .= "\n
";
foreach ($tableStructure as $row) {
$html .= "\n\n