Documentation

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

$__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
see
Proxy::__setInitializer

$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
see
Proxy::__getLazyProperties

$crmCustomerGroups

array $crmCustomerGroups

protected mixed $crmCustomerGroups

$sendMultipleReply

protected bool $sendMultipleReply

$useEmailOfSender

protected bool $useEmailOfSender

Methods

__setCloner()

{@inheritDoc}

public __setCloner([Closure $cloner = null ]) : mixed
Parameters
$cloner : Closure = null
Tags
internal

generated method: use only when explicitly handling proxy specific loading logic

__setInitialized()

{@inheritDoc}

public __setInitialized(mixed $initialized) : mixed
Parameters
$initialized : mixed
Tags
internal

generated method: use only when explicitly handling proxy specific loading logic

__setInitializer()

{@inheritDoc}

public __setInitializer([Closure $initializer = null ]) : mixed
Parameters
$initializer : Closure = null
Tags
internal

generated method: use only when explicitly handling proxy specific loading logic


        
On this page

Search results