個人用ツール

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

提供: baserCMS公式ガイド

移動: 案内, 検索
 
行6: 行6:
 
## 使い方
 
## 使い方
 
<syntaxhighlight lang="php">
 
<syntaxhighlight lang="php">
$this->BcBaser->setTitle( $title , $categoryTitleOn )
+
$this->BcBaser->setTitle( $title , [$categoryTitleOn)
 
</syntaxhighlight>
 
</syntaxhighlight>
  
行47: 行47:
  
 
## ソースファイル
 
## ソースファイル
 +
- https://github.com/baserproject/basercms/blob/master/lib/Baser/View/Helper/BcBaserHelper.php#L132
 +
  
 
## 関連資料
 
## 関連資料

2018年6月27日 (水) 02:03時点における最新版

[このコンテンツは内容調整中です]

説明

タイトルを設定する

使い方

$this->BcBaser->setTitle( $title , [$categoryTitleOn]  )

パラメータ

(string) $title
タイトル
(mixed) $categoryTitleOn
カテゴリのタイトルを含むかどうか
初期値:null

戻り値

なし

用例

基本

コード

 

出力

 

応用

コード

 

出力

 

変更履歴

ソースファイル

関連資料

類似の関数