示例#1
0
文件: Text.php 项目: gunderjt/MtHaml
 public function accept(NodeVisitorInterface $visitor)
 {
     $visitor->enterText($this);
     $visitor->leaveText($this);
 }