function toString() { global $vars; $text = parent::toString(); return $text . "\n"; }
function toString() { global $vars; $text = parent::toString(); $text = preg_replace_callback("/___COMMENT___(\n___COMMENT___)*/", array(&$this, 'comment'), $text); return $text . "\n"; }