公開メンバ関数 | |
__construct ($embedded=false, $subject=null, $mail=null) | |
check () | |
submit () | |
process () | |
render () | |
フィールド | |
$subject | |
Mailform.php の 28 行目に定義があります。
XH\Mailform::__construct | ( | $embedded = false , |
|
$subject = null , |
|||
$mail = null |
|||
) |
Constructs an instance.
bool | $embedded | Whether the mailform is embedded on a CMSimple_XH page. |
string | $subject | An alternative subject field preset text instead of the subject default in localization. |
A mail object. |
array The localization of the core.
Mailform.php の 104 行目に定義があります。
XH\Mailform::check | ( | ) |
Returns error messages resp. an empty string if everything is okay.
array The configuration of the core. array The localization of the core.
Mailform.php の 148 行目に定義があります。
XH\Mailform::process | ( | ) |
Processes the mailform request and returns the resulting view.
string The requested action. array The localization of the core.
bool Whether any mailform is processed more than once.
Mailform.php の 207 行目に定義があります。
XH\Mailform::render | ( | ) |
Returns the mailform view.
string The script name. array The configuration of the core. array The localization of the core. string The current page URL.
Mailform.php の 242 行目に定義があります。
XH\Mailform::submit | ( | ) |
Submits the mailform and returns whether that succeeded.
array The configuration of the core. array The localization of the core.
Mailform.php の 175 行目に定義があります。