示例#1
0
文件: page.php 项目: sd-studio/sh
function getHierarchy($parentId = null, $showHidden = false, $maxDepth = 0, $path = false)
{
    return \cf\Page::getHierarchy($parentId, $showHidden, $maxDepth, $path);
}