Example #1
0
 protected function main()
 {
     $this->Registry->registerObservers('INPUT_FILTERS');
     $oParser = new CommentParser($this->Registry);
     $oParser->addLike(new SubmittedCommentWWW($this->Registry));
     $this->returnResult();
 }