class CurrencyEvent extends ActionEvent

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

__construct( Currency $currency = null)

No description

bool
hasCurrency()

No description

null|Currency
getCurrency()

No description

$this
setCurrency( Currency $currency)

No description

mixed
getCurrencyId()

No description

$this
setCurrencyId( int $currencyId)

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 24
__construct( Currency $currency = null)

Parameters

Currency $currency

at line 32
bool hasCurrency()

Return Value

bool

at line 40
null|Currency getCurrency()

Return Value

null|Currency

at line 49
$this setCurrency( Currency $currency)

Parameters

Currency $currency

Return Value

$this

at line 59
mixed getCurrencyId()

Return Value

mixed

at line 68
$this setCurrencyId( int $currencyId)

Parameters

int $currencyId

Return Value

$this