public function __construct()
 {
     $this->tagName = 'file';
     $this->useOption = true;
     parent::__construct();
 }
예제 #2
0
파일: Code.php 프로젝트: voh/FoolFuuka
 public function __construct()
 {
     parent::__construct();
     $this->setTagName('code');
     $this->setParseContent(false);
 }