public function __construct()
 {
     $this->tagName = 'file';
     $this->useOption = true;
     parent::__construct();
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $this->setTagName('code');
     $this->setParseContent(false);
 }