示例#1
0
文件: Core.php 项目: poef/ariadne
 public function testParseElement($string)
 {
     $this->setStringToBeParsed($string);
     return parent::parseElement();
 }