class CustomerEvent extends ActionEvent

Properties

null|Customer $customer

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

__construct( Customer $customer = null)

No description

$this
setCustomer( Customer $customer)

No description

null|Customer
getCustomer()

No description

bool
hasCustomer()

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 23
__construct( Customer $customer = null)

Parameters

Customer $customer

at line 32
$this setCustomer( Customer $customer)

Parameters

Customer $customer

Return Value

$this

at line 42
null|Customer getCustomer()

Return Value

null|Customer

at line 50
bool hasCustomer()

Return Value

bool