description() description(string $message, array $options = array()) : string 画面説明の出力 Parameters string $message メッセージ array $options オプション配列 Returns string — HTML出力 return サンプル 入力echo $this->MessageFlash->description('メッセージ内容'); 出力<div class="well well-sm"> メッセージ内容 </div>