BcBaserHelper::getContentsTitle PHP 메소드

getContentsTitle() 공개 메소드

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