コード例 #1
0
ファイル: Z.php プロジェクト: youthweb/bbcode-parser
 public function __construct()
 {
     parent::__construct();
     $this->setTagName('Z');
 }
コード例 #2
0
ファイル: QOption.php プロジェクト: youthweb/bbcode-parser
 public function __construct()
 {
     parent::__construct();
     $this->useOption = true;
 }