getTemplateParser() 공개 메소드

public getTemplateParser ( )
예제 #1
0
파일: html.php 프로젝트: xihewang/atoum
 public function testSetTemplateParser()
 {
     $this->if($field = new testedClass(uniqid(), uniqid(), uniqid()))->then->object($field->setTemplateParser($templateParser = new template\parser()))->isIdenticalTo($field)->object($field->getTemplateParser())->isIdenticalTo($templateParser);
 }