Form
in package
Class Form
Tags
Table of Contents
Properties
- $crmCustomerGroups : mixed
- array $crmCustomerGroups
- $htmlMail : bool
- $id : int
- $mails : string
- $saveDataInCrm : bool
- $sendAttachment : bool
- $sendCopy : bool
- $senderEmail : string
- $senderName : string
- $sendMultipleReply : bool
- $showForm : bool
- $useCaptcha : bool
- $useCustomStyle : bool
- $useEmailOfSender : bool
Methods
- __construct() : mixed
- getCrmCustomerGroups() : array<string|int, mixed>
- Get crmCustomerGroups
- getHtmlMail() : mixed
- Get htmlMail
- getId() : mixed
- Get id
- getMails() : mixed
- Get mails
- getSaveDataInCrm() : mixed
- Get saveDataInCrm
- getSendAttachment() : mixed
- Get sendAttachment
- getSendCopy() : mixed
- Get sendCopy
- getSenderEmail() : mixed
- Get sender e-mail address
- getSenderName() : mixed
- Get sender name
- getSendMultipleReply() : mixed
- Get sendMultipleReply
- getShowForm() : mixed
- Get showForm
- getUseCaptcha() : mixed
- Get useCaptch
- getUseCustomStyle() : mixed
- Get useCustomStyle
- getUseEmailOfSender() : mixed
- Get useEmailOfSender
- setCrmCustomerGroups() : mixed
- Set crmCustomerGroups
- setHtmlMail() : mixed
- Set htmlMail
- setId() : mixed
- Set id
- setMails() : mixed
- Set mails
- setSaveDataInCrm() : mixed
- Set saveDataInCrm
- setSendAttachment() : mixed
- Set sendAttachment
- setSendCopy() : mixed
- Set sendCopy
- setSenderEmail() : mixed
- Set sender email address
- setSenderName() : mixed
- Set sender name
- setSendMultipleReply() : mixed
- Set sendMultipleReply
- setShowForm() : mixed
- Set showForm
- setUseCaptcha() : mixed
- Set useCaptch
- setUseCustomStyle() : mixed
- Set useCustomStyle
- setUseEmailOfSender() : mixed
- Set useEmailOfSender
Properties
$crmCustomerGroups
array $crmCustomerGroups
protected
mixed
$crmCustomerGroups
$htmlMail
protected
bool
$htmlMail
$id
protected
int
$id
$mails
protected
string
$mails
$saveDataInCrm
protected
bool
$saveDataInCrm
$sendAttachment
protected
bool
$sendAttachment
$sendCopy
protected
bool
$sendCopy
$senderEmail
protected
string
$senderEmail
$senderName
protected
string
$senderName
$sendMultipleReply
protected
bool
$sendMultipleReply
$showForm
protected
bool
$showForm
$useCaptcha
protected
bool
$useCaptcha
$useCustomStyle
protected
bool
$useCustomStyle
$useEmailOfSender
protected
bool
$useEmailOfSender
Methods
__construct()
public
__construct() : mixed
getCrmCustomerGroups()
Get crmCustomerGroups
public
getCrmCustomerGroups() : array<string|int, mixed>
Return values
array<string|int, mixed> —$crmCustomerGroups
getHtmlMail()
Get htmlMail
public
getHtmlMail() : mixed
return boolean $htmlMail
getId()
Get id
public
getId() : mixed
return integer $id
getMails()
Get mails
public
getMails() : mixed
return text $mails
getSaveDataInCrm()
Get saveDataInCrm
public
getSaveDataInCrm() : mixed
return boolean $saveDataInCrm
getSendAttachment()
Get sendAttachment
public
getSendAttachment() : mixed
return boolean $sendAttachment
getSendCopy()
Get sendCopy
public
getSendCopy() : mixed
return boolean $sendCopy
getSenderEmail()
Get sender e-mail address
public
getSenderEmail() : mixed
return string Sender e-mail address
getSenderName()
Get sender name
public
getSenderName() : mixed
return string Sender name
getSendMultipleReply()
Get sendMultipleReply
public
getSendMultipleReply() : mixed
return boolean $sendMultipleReply
getShowForm()
Get showForm
public
getShowForm() : mixed
return boolean $showForm
getUseCaptcha()
Get useCaptch
public
getUseCaptcha() : mixed
return boolean $useCaptch
getUseCustomStyle()
Get useCustomStyle
public
getUseCustomStyle() : mixed
return boolean $useCustomStyle
getUseEmailOfSender()
Get useEmailOfSender
public
getUseEmailOfSender() : mixed
return boolean $useEmailOfSender
setCrmCustomerGroups()
Set crmCustomerGroups
public
setCrmCustomerGroups(array<string|int, mixed> $crmCustomerGroups) : mixed
Parameters
- $crmCustomerGroups : array<string|int, mixed>
setHtmlMail()
Set htmlMail
public
setHtmlMail(bool $htmlMail) : mixed
Parameters
- $htmlMail : bool
setId()
Set id
public
setId(int $id) : mixed
Parameters
- $id : int
setMails()
Set mails
public
setMails(text $mails) : mixed
Parameters
- $mails : text
setSaveDataInCrm()
Set saveDataInCrm
public
setSaveDataInCrm(bool $saveDataInCrm) : mixed
Parameters
- $saveDataInCrm : bool
setSendAttachment()
Set sendAttachment
public
setSendAttachment(bool $sendAttachment) : mixed
Parameters
- $sendAttachment : bool
setSendCopy()
Set sendCopy
public
setSendCopy(bool $sendCopy) : mixed
Parameters
- $sendCopy : bool
setSenderEmail()
Set sender email address
public
setSenderEmail(text $senderEmail) : mixed
Parameters
- $senderEmail : text
setSenderName()
Set sender name
public
setSenderName(text $senderName) : mixed
Parameters
- $senderName : text
setSendMultipleReply()
Set sendMultipleReply
public
setSendMultipleReply(bool $sendMultipleReply) : mixed
Parameters
- $sendMultipleReply : bool
setShowForm()
Set showForm
public
setShowForm(bool $showForm) : mixed
Parameters
- $showForm : bool
setUseCaptcha()
Set useCaptch
public
setUseCaptcha(bool $useCaptcha) : mixed
Parameters
- $useCaptcha : bool
setUseCustomStyle()
Set useCustomStyle
public
setUseCustomStyle(bool $useCustomStyle) : mixed
Parameters
- $useCustomStyle : bool
setUseEmailOfSender()
Set useEmailOfSender
public
setUseEmailOfSender(bool $useEmailOfSender) : mixed
Parameters
- $useEmailOfSender : bool