コード例 #1
0
 public function accept(TreeVisitor $visitor)
 {
     $visitor->visitVerticalContainer($this);
 }