個人用ツール

関数リファレンス/BcBaser getDescription

提供: baserCMS公式ガイド

2014年11月17日 (月) 18:38時点におけるKida (トーク | 投稿記録)による版

移動: 案内, 検索

説明

ブログの説明文を取得することができます。

使い方

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

戻り値

(string)
ページ説明文

用例

基本

コード

<?php echo $this->Blog->getDescription() ?>

出力

<p>ブログ説明文</p>

変更履歴

ソースファイル

関連資料

類似の関数