Property | Type | Description | |
---|---|---|---|
$helpers | array | ヘルパー |
Method | Description | |
---|---|---|
__construct ( View $View ) : void | コンストラクタ | |
description ( ) : void | メールの説明文を出力する | |
descriptionExists ( ) : boolean | メールの説明文が設定されているかどうかを判定する | |
getDescription ( ) : string | メールフォームの説明文を取得する | |
getForm ( $id = null ) : mixed | メールフォームを取得する | |
getFormTemplates ( $siteId ) : array | フォームテンプレートを取得 | |
getMailTemplates ( $siteId ) : array | メールテンプレートを取得 | |
getToken ( ) : string | ブラウザの戻るボタン対応コードを作成 | |
link ( string $title, string $contentsName, array $datas = [], array $options = [] ) : void | メールフォームへのリンクを生成する | |
setMailContent ( integer $mailContentId = null ) : void | メールコンテンツデータをセットする | |
token ( ) : void | ブラウザの戻るボタン対応コードを出力 |
public __construct ( View $View ) : void | ||
$View | View | Viewオブジェクト |
return | void |
public descriptionExists ( ) : boolean | ||
return | boolean | 設定されている場合 true を返す |
public getDescription ( ) : string | ||
return | string | メールフォームの説明文 |
public getFormTemplates ( $siteId ) : array | ||
return | array | フォームテンプレート一覧データ |
public getMailTemplates ( $siteId ) : array | ||
return | array | メールテンプレート一覧データ |
public setMailContent ( integer $mailContentId = null ) : void | ||
$mailContentId | integer | メールコンテンツID |
return | void |