個人用ツール

関数リファレンス/BcBaser getContentsTitle

提供: baserCMS公式ガイド

移動: 案内, 検索

説明

$this->BcBaser->getTitle()では、サイト名やカテゴリ名等を含んだタイトルを取得できますが、$this->BcBaser->getContentsTitle()では、純粋にコンテンツタイトルのみを取得できます。

使い方

echo $this->BcBaser->getContentsTitle()

戻り値

(string)
コンテンツタイトル

用例

基本

コード

<?php echo $this->BcBaser->getContentsTitle(); ?>

出力

このコンテンツのタイトル

応用

変更履歴

ソースファイル

関連資料

類似の関数

$this->BcBaser->getTitle()