個人用ツール

「関数リファレンス/BcBaser getContentsTitle」の版間の差分

提供: baserCMS公式ガイド

移動: 案内, 検索
行34: 行34:
  
 
##類似の関数
 
##類似の関数
[$this->BcBaser->getTitle()](/関数リファレンス/$this->BcBaser->getTitle())
+
[$this->BcBaser->getTitle()](/関数リファレンス/getTitle
  
 
[[Category:関数]]
 
[[Category:関数]]

2014年11月2日 (日) 10:43時点における版

説明

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

使い方

$this->BcBaser->getContentsTitle()

戻り値

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

用例

基本

コード

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

出力

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

応用

変更履歴

ソースファイル

関連資料

類似の関数

[$this->BcBaser->getTitle()](/関数リファレンス/getTitle