BcBaserHelper::contentsName PHP Method

contentsName() public method

URL を元に、第一階層までの文字列をキャメルケースで取得する ※ 利用例、出力例については BcBaserHelper::getContentsName() を参照
public contentsName ( boolean $detail = false, array $options = [] ) : void
$detail boolean 詳細モード true にした場合は、ページごとに一意となる文字列をキャメルケースで出力する(初期値 : false)
$options array オプション(初期値 : array()) ※ オプションの詳細については、BcBaserHelper::getContentsName() を参照
return void
    public function contentsName($detail = false, $options = array())
    {
        echo $this->getContentsName($detail, $options);
    }