Beispiel #1
0
 public function __construct($content = "")
 {
     Object::__construct();
     //FIXME: This should be done by TextParser
     parent::__construct($content);
     $this->texy = new SS_Texy();
     $this->texy->setOutputMode(Texy::HTML5);
     $this->setAllowedTags($this->config()->get('allowed_tags'));
     $this->texy->headingModule->top = $this->config()->get('top_heading');
 }
 public function __construct($content = "")
 {
     parent::__construct($content);
 }