PHP Class MailHelper

Datei anzeigen Open project: baserproject/basercms Class Usage Examples

Public Properties

Property Type Description
$helpers array ヘルパー

Public Methods

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 ブラウザの戻るボタン対応コードを出力

Method Details

__construct() public method

コンストラクタ
public __construct ( View $View ) : void
$View View Viewオブジェクト
return void

description() public method

メールの説明文を出力する
public description ( ) : void
return void

descriptionExists() public method

メールの説明文が設定されているかどうかを判定する
public descriptionExists ( ) : boolean
return boolean 設定されている場合 true を返す

getDescription() public method

メールフォームの説明文を取得する
public getDescription ( ) : string
return string メールフォームの説明文

getForm() public method

メールフォームを取得する
public getForm ( $id = null ) : mixed
$id
return mixed

getFormTemplates() public method

コンボボックスのソースとして利用
public getFormTemplates ( $siteId ) : array
return array フォームテンプレート一覧データ

getMailTemplates() public method

コンボボックスのソースとして利用
public getMailTemplates ( $siteId ) : array
return array メールテンプレート一覧データ

getToken() public method

ブラウザの戻るボタン対応コードを作成
public getToken ( ) : string
return string

setMailContent() public method

メールコンテンツデータをセットする
public setMailContent ( integer $mailContentId = null ) : void
$mailContentId integer メールコンテンツID
return void

token() public method

ブラウザの戻るボタン対応コードを出力
public token ( ) : void
return void

Property Details

$helpers public_oe property

ヘルパー
public array $helpers
return array