InvoiceBaseForm
extends BaseForm
in package
Table of Contents
Properties
- $callingCodes : mixed
- $customCountries : mixed
- $euCountries : mixed
- $normalizedCountries : mixed
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
- getCustomCountries() : array<string|int, mixed>
- normalizedCountries() : array<string|int, mixed>
- getCallingCodes() : mixed
- getEuCountries() : mixed
- setClientLanguageFields() : mixed
- setCountryFields() : mixed
- setFieldCompanyAddressHouseNumber() : mixed
- setFieldCompanyAddressLineTwo() : mixed
- setFieldCompanyAddressStreet() : mixed
- setFieldCompanyCity() : mixed
- setFieldCompanyName() : mixed
- setFieldCompanyState() : mixed
- setFieldCompanyZip() : mixed
Properties
$callingCodes
protected
mixed
$callingCodes
= []
$customCountries
protected
mixed
$customCountries
= []
$euCountries
protected
mixed
$euCountries
= []
$normalizedCountries
protected
mixed
$normalizedCountries
= []
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([mixed $entity = null ][, mixed $options = null ]) : mixed
Parameters
- $entity : mixed = null
- $options : 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
getCustomCountries()
protected
getCustomCountries() : array<string|int, mixed>
Return values
array<string|int, mixed>normalizedCountries()
protected
normalizedCountries() : array<string|int, mixed>
Return values
array<string|int, mixed>getCallingCodes()
private
getCallingCodes() : mixed
getEuCountries()
private
getEuCountries() : mixed
setClientLanguageFields()
private
setClientLanguageFields() : mixed
setCountryFields()
private
setCountryFields() : mixed
setFieldCompanyAddressHouseNumber()
private
setFieldCompanyAddressHouseNumber() : mixed
setFieldCompanyAddressLineTwo()
private
setFieldCompanyAddressLineTwo() : mixed
setFieldCompanyAddressStreet()
private
setFieldCompanyAddressStreet() : mixed
setFieldCompanyCity()
private
setFieldCompanyCity() : mixed
setFieldCompanyName()
private
setFieldCompanyName() : mixed
setFieldCompanyState()
private
setFieldCompanyState() : mixed
setFieldCompanyZip()
private
setFieldCompanyZip() : mixed