class CustomerTitleEvent extends ActionEvent

Class CustomerTitleEvent

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

getCustomerTitle()

No description

$this
setCustomerTitle( CustomerTitle $customerTitle = null)

No description

boolean
isDefault()

No description

$this
setDefault( boolean $default)

No description

string
getLocale()

No description

$this
setLocale( string $locale)

No description

string
getLong()

No description

$this
setLong( string $long)

No description

string
getShort()

No description

$this
setShort( string $short)

No description

Details

in ActionEvent at line 30
__set($name, $value)

Parameters

$name
$value

in ActionEvent at line 35
__get($name)

Parameters

$name

in ActionEvent at line 44
bindForm( Form $form)

Parameters

Form $form

at line 53
CustomerTitle getCustomerTitle()

Return Value

CustomerTitle

at line 62
$this setCustomerTitle( CustomerTitle $customerTitle = null)

Parameters

CustomerTitle $customerTitle

Return Value

$this

at line 72
boolean isDefault()

Return Value

boolean

at line 81
$this setDefault( boolean $default)

Parameters

boolean $default

Return Value

$this

at line 91
string getLocale()

Return Value

string

at line 100
$this setLocale( string $locale)

Parameters

string $locale

Return Value

$this

at line 110
string getLong()

Return Value

string

at line 119
$this setLong( string $long)

Parameters

string $long

Return Value

$this

at line 129
string getShort()

Return Value

string

at line 138
$this setShort( string $short)

Parameters

string $short

Return Value

$this