\MessageFlashHelper

メッセージ表示のためのHelper

Add your application-wide methods in the class below, your helpers will inherit them.

Summary

Methods
Properties
Constants
description()
$helpers
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

Methods

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>