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