예제 #1
0
파일: Printer.php 프로젝트: gunderjt/MtHaml
 public function leaveTag(Tag $node)
 {
     $this->undent()->write(')', $node->hasAttributes() || $node->hasChilds());
 }