個人用ツール

「ver4/関数リファレンス/Mail/setMailContent」の版間の差分

提供: baserCMS公式ガイド

移動: 案内, 検索
(ページの作成:「[このコンテンツは内容調整中です] ## 説明 メールコンテンツデータをセットする ## 使い方 <syntaxhighlight lang="php"> $this->Mail->se...」)
 
 
行7: 行7:
 
## 使い方
 
## 使い方
 
<syntaxhighlight lang="php">
 
<syntaxhighlight lang="php">
$this->Mail->setMailContent( [$mailContentId] )
+
$this->Mail->setMailContent( $mailContentId )
 
</syntaxhighlight>
 
</syntaxhighlight>
  
行14: 行14:
 
(string) $mailContentId
 
(string) $mailContentId
 
: メールコンテンツID
 
: メールコンテンツID
 +
: 初期値:null
  
 
## 戻り値
 
## 戻り値

2016年11月4日 (金) 21:49時点における最新版

[このコンテンツは内容調整中です]

説明

メールコンテンツデータをセットする

使い方

$this->Mail->setMailContent( $mailContentId )

パラメータ

(string) $mailContentId
メールコンテンツID
初期値:null

戻り値

(void)

用例

基本

コード

 

コード

 

応用

コード

 

出力

変更履歴

ソースファイル

関連資料