OSDN Git Service

Import current code.
[osdn-codes/wiki-parser.git] / sfjp / wiki / processor / comment.php
1 <?php
2 namespace sfjp\Wiki\Processor;
3 class Comment extends Base {
4         public function process($text) {
5                 $this->formatted_text = '';
6                 return $this;
7         }
8 }