芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/vendor/nicmart/tree/src/Visitor/YieldVisitor.php
isLeaf()) { return [$node]; } $yield = []; foreach ($node->getChildren() as $child) { $yield = \array_merge($yield, $child->accept($this)); } return $yield; } }