コード例 #1
0
ファイル: Printer.php プロジェクト: gunderjt/MtHaml
 public function leaveTag(Tag $node)
 {
     $this->undent()->write(')', $node->hasAttributes() || $node->hasChilds());
 }