Form
extends Form
in package
implements
Proxy
DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
Table of Contents
Interfaces
- Proxy
Properties
- $__cloner__ : Closure
- $__initializer__ : Closure
- $__isInitialized__ : bool
- $lazyPropertiesDefaults : array<string|int, mixed>
- $crmCustomerGroups : mixed
- array $crmCustomerGroups
- $htmlMail : bool
- $id : int
- $mails : string
- $saveDataInCrm : bool
- $sendAttachment : bool
- $sendCopy : bool
- $sendMultipleReply : bool
- $showForm : bool
- $useCaptcha : bool
- $useCustomStyle : bool
- $useEmailOfSender : bool
Methods
- __clone() : mixed
- __construct() : mixed
- __getCloner() : mixed
- {@inheritDoc}
- __getInitializer() : mixed
- {@inheritDoc}
- __getLazyProperties() : mixed
- {@inheritDoc}
- __isInitialized() : mixed
- {@inheritDoc}
- __load() : mixed
- Forces initialization of the proxy
- __setCloner() : mixed
- {@inheritDoc}
- __setInitialized() : mixed
- {@inheritDoc}
- __setInitializer() : mixed
- {@inheritDoc}
- __sleep() : array<string|int, mixed>
- __wakeup() : 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
- 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
- setSendMultipleReply() : mixed
- Set sendMultipleReply
- setShowForm() : mixed
- Set showForm
- setUseCaptcha() : mixed
- Set useCaptch
- setUseCustomStyle() : mixed
- Set useCustomStyle
- setUseEmailOfSender() : mixed
- Set useEmailOfSender
Properties
$__cloner__
public
Closure
$__cloner__
the callback responsible of loading properties that need to be copied in the cloned object
Tags
$__initializer__
public
Closure
$__initializer__
the callback responsible for loading properties in the proxy object. This callback is called with three parameters, being respectively the proxy object to be initialized, the method that triggered the initialization process and an array of ordered parameters that were passed to that method.
Tags
$__isInitialized__
public
bool
$__isInitialized__
= false
flag indicating if this object was already initialized
Tags
$lazyPropertiesDefaults
public
static array<string|int, mixed>
$lazyPropertiesDefaults
= array()
properties to be lazy loaded, with keys being the property names and values being their default values
Tags
$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
$sendMultipleReply
protected
bool
$sendMultipleReply
$showForm
protected
bool
$showForm
$useCaptcha
protected
bool
$useCaptcha
$useCustomStyle
protected
bool
$useCustomStyle
$useEmailOfSender
protected
bool
$useEmailOfSender
Methods
__clone()
public
__clone() : mixed
__construct()
public
__construct([Closure $initializer = null ][, Closure $cloner = null ]) : mixed
Parameters
- $initializer : Closure = null
- $cloner : Closure = null
__getCloner()
{@inheritDoc}
public
__getCloner() : mixed
Tags
__getInitializer()
{@inheritDoc}
public
__getInitializer() : mixed
Tags
__getLazyProperties()
{@inheritDoc}
public
__getLazyProperties() : mixed
Tags
__isInitialized()
{@inheritDoc}
public
__isInitialized() : mixed
Tags
__load()
Forces initialization of the proxy
public
__load() : mixed
__setCloner()
{@inheritDoc}
public
__setCloner([Closure $cloner = null ]) : mixed
Parameters
- $cloner : Closure = null
Tags
__setInitialized()
{@inheritDoc}
public
__setInitialized(mixed $initialized) : mixed
Parameters
- $initialized : mixed
Tags
__setInitializer()
{@inheritDoc}
public
__setInitializer([Closure $initializer = null ]) : mixed
Parameters
- $initializer : Closure = null
Tags
__sleep()
public
__sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>__wakeup()
public
__wakeup() : mixed
getCrmCustomerGroups()
Get crmCustomerGroups
public
getCrmCustomerGroups() : array<string|int, mixed>
Return values
array<string|int, mixed> —$crmCustomerGroups
getHtmlMail()
Get htmlMail
public
getHtmlMail() : mixed
getId()
Get id
public
getId() : mixed
getMails()
Get mails
public
getMails() : mixed
getSaveDataInCrm()
Get saveDataInCrm
public
getSaveDataInCrm() : mixed
getSendAttachment()
Get sendAttachment
public
getSendAttachment() : mixed
getSendCopy()
Get sendCopy
public
getSendCopy() : mixed
getSendMultipleReply()
Get sendMultipleReply
public
getSendMultipleReply() : mixed
getShowForm()
Get showForm
public
getShowForm() : mixed
getUseCaptcha()
Get useCaptch
public
getUseCaptcha() : mixed
getUseCustomStyle()
Get useCustomStyle
public
getUseCustomStyle() : mixed
getUseEmailOfSender()
Get useEmailOfSender
public
getUseEmailOfSender() : mixed
setCrmCustomerGroups()
Set crmCustomerGroups
public
setCrmCustomerGroups(mixed $crmCustomerGroups) : mixed
Parameters
- $crmCustomerGroups : mixed
setHtmlMail()
Set htmlMail
public
setHtmlMail(mixed $htmlMail) : mixed
Parameters
- $htmlMail : mixed
setId()
Set id
public
setId(mixed $id) : mixed
Parameters
- $id : mixed
setMails()
Set mails
public
setMails(mixed $mails) : mixed
Parameters
- $mails : mixed
setSaveDataInCrm()
Set saveDataInCrm
public
setSaveDataInCrm(mixed $saveDataInCrm) : mixed
Parameters
- $saveDataInCrm : mixed
setSendAttachment()
Set sendAttachment
public
setSendAttachment(mixed $sendAttachment) : mixed
Parameters
- $sendAttachment : mixed
setSendCopy()
Set sendCopy
public
setSendCopy(mixed $sendCopy) : mixed
Parameters
- $sendCopy : mixed
setSendMultipleReply()
Set sendMultipleReply
public
setSendMultipleReply(mixed $sendMultipleReply) : mixed
Parameters
- $sendMultipleReply : mixed
setShowForm()
Set showForm
public
setShowForm(mixed $showForm) : mixed
Parameters
- $showForm : mixed
setUseCaptcha()
Set useCaptch
public
setUseCaptcha(mixed $useCaptcha) : mixed
Parameters
- $useCaptcha : mixed
setUseCustomStyle()
Set useCustomStyle
public
setUseCustomStyle(mixed $useCustomStyle) : mixed
Parameters
- $useCustomStyle : mixed
setUseEmailOfSender()
Set useEmailOfSender
public
setUseEmailOfSender(mixed $useEmailOfSender) : mixed
Parameters
- $useEmailOfSender : mixed