コード例 #1
0
ファイル: ListItem.php プロジェクト: oliverde8/oweb-framework
 public function __construct()
 {
     parent::__construct();
     $this->setTagName("li");
     $this->setParseContent(true);
     $this->setUseOption(true);
 }
コード例 #2
0
ファイル: Titles.php プロジェクト: oliverde8/oweb-framework
 public function __construct()
 {
     parent::__construct();
     $this->setTagName("title");
     $this->setUseOption(true);
 }