コード例 #1
0
ファイル: class.HTMLParser.php プロジェクト: biwax/OVOMA
 protected function getMenuText()
 {
     $doc = parent::getDOMDocument();
     return $this->parseHTML($doc);
 }