芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/reginaeigbe.com/folder/admin/tmp/vendor/nicmart/tree/src/Visitor/PreOrderVisitor.php
$node */ public function visit(NodeInterface $node): array { $nodes = [ $node, ]; foreach ($node->getChildren() as $child) { $nodes = \array_merge( $nodes, $child->accept($this), ); } return $nodes; } }