Example #1
0
function getHierarchy($parentId = null, $showHidden = false, $maxDepth = 0, $path = false)
{
    return \cf\Page::getHierarchy($parentId, $showHidden, $maxDepth, $path);
}