class BrandCreateEvent extends BrandEvent

Class BrandCreateEvent

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
setLocale( string $locale)

No description

string
getLocale()

No description

setTitle( string $title)

No description

string
getTitle()

No description

setVisible( bool $visible)

No description

bool
getVisible()

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

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

at line 31
BrandCreateEvent setLocale( string $locale)

Parameters

string $locale

Return Value

BrandCreateEvent $this

at line 41
string getLocale()

Return Value

string

at line 51
BrandCreateEvent setTitle( string $title)

Parameters

string $title

Return Value

BrandCreateEvent $this

at line 61
string getTitle()

Return Value

string

at line 71
BrandCreateEvent setVisible( bool $visible)

Parameters

bool $visible

Return Value

BrandCreateEvent $this

at line 81
bool getVisible()

Return Value

bool