class BrandDeleteEvent extends BrandEvent

Class BrandDeleteEvent

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

__construct( int $brand_id)

No description

setBrand( Brand $brand)

No description

from  BrandEvent
getBrand()

No description

from  BrandEvent
bool
hasBrand()

check if brand exists

from  BrandEvent
setBrandId( int $brand_id)

No description

int
getBrandId()

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 28
__construct( int $brand_id)

Parameters

int $brand_id

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

at line 38
BrandDeleteEvent setBrandId( int $brand_id)

Parameters

int $brand_id

Return Value

BrandDeleteEvent $this

at line 48
int getBrandId()

Return Value

int