コード例 #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";
 }