class BrandUpdateEvent extends BrandCreateEvent

Class BrandUpdateEvent

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

__construct( int $brandId)

No description

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

setChapo( string $chapo)

No description

string
getChapo()

No description

setBrandId( int $brandId)

No description

int
getBrandId()

No description

setDescription( string $description)

No description

string
getDescription()

No description

setPostscriptum( string $postscriptum)

No description

string
getPostscriptum()

No description

$this
setLogoImageId( int $logo_image_id)

No description

int
getLogoImageId()

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 32
__construct( int $brandId)

Parameters

int $brandId

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

in BrandCreateEvent at line 31
BrandCreateEvent setLocale( string $locale)

Parameters

string $locale

Return Value

BrandCreateEvent $this

in BrandCreateEvent at line 41
string getLocale()

Return Value

string

in BrandCreateEvent at line 51
BrandCreateEvent setTitle( string $title)

Parameters

string $title

Return Value

BrandCreateEvent $this

in BrandCreateEvent at line 61
string getTitle()

Return Value

string

in BrandCreateEvent at line 71
BrandCreateEvent setVisible( bool $visible)

Parameters

bool $visible

Return Value

BrandCreateEvent $this

in BrandCreateEvent at line 81
bool getVisible()

Return Value

bool

at line 42
BrandUpdateEvent setChapo( string $chapo)

Parameters

string $chapo

Return Value

BrandUpdateEvent $this

at line 52
string getChapo()

Return Value

string

at line 62
BrandUpdateEvent setBrandId( int $brandId)

Parameters

int $brandId

Return Value

BrandUpdateEvent $this

at line 72
int getBrandId()

Return Value

int

at line 82
BrandUpdateEvent setDescription( string $description)

Parameters

string $description

Return Value

BrandUpdateEvent $this

at line 92
string getDescription()

Return Value

string

at line 102
BrandUpdateEvent setPostscriptum( string $postscriptum)

Parameters

string $postscriptum

Return Value

BrandUpdateEvent $this

at line 112
string getPostscriptum()

Return Value

string

at line 121
$this setLogoImageId( int $logo_image_id)

Parameters

int $logo_image_id

Return Value

$this

at line 131
int getLogoImageId()

Return Value

int