class BrandToggleVisibilityEvent extends BrandEvent

Class BrandToggleVisibilityEvent

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

__construct( Brand $brand = null)

No description

from  BrandEvent
setBrand( Brand $brand)

No description

from  BrandEvent
getBrand()

No description

from  BrandEvent
bool
hasBrand()

check if brand exists

from  BrandEvent

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

in BrandEvent at line 30
__construct( Brand $brand = null)

Parameters

Brand $brand

in BrandEvent at line 39
BrandEvent setBrand( Brand $brand)

Parameters

Brand $brand

Return Value

BrandEvent

in BrandEvent at line 49
Brand getBrand()

Return Value

Brand

in BrandEvent at line 59
bool hasBrand()

check if brand exists

Return Value

bool