예제 #1
0
파일: w2x_php5.php 프로젝트: nao-pon/xpWiki
 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";
 }