예제 #1
0
파일: Core.php 프로젝트: poef/ariadne
 public function testParseElement($string)
 {
     $this->setStringToBeParsed($string);
     return parent::parseElement();
 }