예제 #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);
}