InvoiceForm
extends InvoiceBaseForm
in package
Table of Contents
Properties
- $callingCodes : mixed
- $customCountries : mixed
- $euCountries : mixed
- $normalizedCountries : mixed
- $auth : AuthComponent
Methods
- flashAllMessages() : mixed
- flashAllMessagesForField() : mixed
- flashMessages() : mixed
- get() : ElementInterface
- {@inheritdoc}
- getAllMessagesByField() : mixed
- getAllMessagesForField() : mixed
- initialize() : mixed
- label() : string
- {@inheritdoc}
- render() : string
- setPhoneCodeNumber() : mixed
- setPhoneNumber() : mixed
- setTraderType() : mixed
- getCustomCountries() : array<string|int, mixed>
- normalizedCountries() : array<string|int, mixed>
Properties
$callingCodes
protected
mixed
$callingCodes
= []
$customCountries
protected
mixed
$customCountries
= []
$euCountries
protected
mixed
$euCountries
= []
$normalizedCountries
protected
mixed
$normalizedCountries
= []
$auth
private
AuthComponent
$auth
Methods
flashAllMessages()
public
flashAllMessages() : mixed
flashAllMessagesForField()
public
flashAllMessagesForField(mixed $name) : mixed
Parameters
- $name : mixed
flashMessages()
public
flashMessages(mixed $name) : mixed
Parameters
- $name : mixed
get()
{@inheritdoc}
public
get(string $name) : ElementInterface
Parameters
- $name : string
Tags
Return values
ElementInterfacegetAllMessagesByField()
public
getAllMessagesByField() : mixed
getAllMessagesForField()
public
getAllMessagesForField(mixed $name) : mixed
Parameters
- $name : mixed
initialize()
public
initialize([null|UserWrapper $entity = null ][, null|array<string|int, mixed> $options = null ]) : mixed
Parameters
- $entity : null|UserWrapper = null
- $options : null|array<string|int, mixed> = null
label()
{@inheritdoc}
public
label(string $name[, array<string|int, mixed> $attributes = [] ]) : string
Parameters
- $name : string
- $attributes : array<string|int, mixed> = []
Tags
Return values
stringrender()
public
render(string $name[, array<string|int, mixed> $attributes = [] ]) : string
Parameters
- $name : string
- $attributes : array<string|int, mixed> = []
Return values
stringsetPhoneCodeNumber()
public
setPhoneCodeNumber() : mixed
setPhoneNumber()
public
setPhoneNumber() : mixed
setTraderType()
public
setTraderType() : mixed
getCustomCountries()
protected
getCustomCountries() : array<string|int, mixed>
Return values
array<string|int, mixed>normalizedCountries()
protected
normalizedCountries() : array<string|int, mixed>