some flushing in the UI

This commit is contained in:
Evan Prodromou
2011-01-21 14:23:02 -05:00
parent a9f556795b
commit 60a237ac62
2 changed files with 19 additions and 0 deletions

View File

@@ -242,4 +242,15 @@ class XMLOutputter
{
$this->xw->writeComment($txt);
}
/**
* Flush output buffers
*
* @return void
*/
function flush()
{
$this->xw->flush();
}
}