BcBaserHelper::contentsMenu PHP Method

contentsMenu() public method

ログインしていない場合はキャッシュする contents_menu エレメントで、HTMLカスタマイズ可能
public contentsMenu ( mixed $id = null, integer $level = null, string $currentId = null ) : string
$id mixed コンテンツID(初期値:null)
$level integer 階層(初期値:null)※ null の場合は階層指定なし
$currentId string 現在のページのコンテンツID(初期値:null)
return string コンテンツメニュー
    public function contentsMenu($id = null, $level = null, $currentId = null)
    {
        echo $this->getContentsMenu($id, $level, $currentId);
    }