PeServer

EmailMessage
in package

メール本文。

Table of Contents

Properties

$html  : string|null
$text  : string|null

Methods

__construct()  : mixed
生成。
clearHtml()  : void
HTMLを破棄。
clearText()  : void
プレーンテキストを破棄。
getHtml()  : string
HTML取得。
getText()  : string
プレーンテキスト取得。
hasHtml()  : bool
HTMLが有効か。
hasText()  : bool
プレーンテキストが有効か。
setHtml()  : void
HTMLを設定。
setText()  : void
プレーンテキストを設定。

Properties

Methods

__construct()

生成。

public __construct([string|null $text = null ][, string|null $html = null ]) : mixed
Parameters
$text : string|null = null

プレーンテキスト。

$html : string|null = null

HTML。

clearText()

プレーンテキストを破棄。

public clearText() : void

hasHtml()

HTMLが有効か。

public hasHtml() : bool
Tags
phpstan-assert-if-true

non-empty-string $this->html

Return values
bool

hasText()

プレーンテキストが有効か。

public hasText() : bool
Tags
phpstan-assert-if-true

non-empty-string $this->text

Return values
bool

setHtml()

HTMLを設定。

public setHtml(non-empty-string $value) : void
Parameters
$value : non-empty-string

setText()

プレーンテキストを設定。

public setText(non-empty-string $value) : void
Parameters
$value : non-empty-string

        
On this page

Search results