BcBaserHelper::getContentsTitle PHP Method

getContentsTitle() public method

コンテンツタイトルを取得する
public getContentsTitle ( ) : string
return string コンテンツタイトル
    public function getContentsTitle()
    {
        if (empty($this->_View->pageTitle)) {
            return '';
        }
        return $this->_View->pageTitle;
    }