/**
  * {@inheritdoc}
  */
 public function get_parser()
 {
     $parser = new BBCodeParser();
     $parser->set_forbidden_tags($this->get_forbidden_tags());
     $parser->set_html_auth($this->get_html_auth());
     return $parser;
 }