class ProductUpdateEvent extends ProductCreateEvent

Properties

$product from  ProductEvent

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

__construct( int $product_id)

No description

hasProduct()

No description

getProduct()

No description

setProduct( Product $product)

No description

getRef()

No description

setRef($ref)

No description

getTitle()

No description

setTitle($title)

No description

getLocale()

No description

setLocale($locale)

No description

getDefaultCategory()

No description

setDefaultCategory($default_category)

No description

getVisible()

No description

setVisible($visible)

No description

setVirtual($virtual)

No description

getVirtual()

No description

getBasePrice()

No description

setBasePrice($basePrice)

No description

getBaseWeight()

No description

setBaseWeight($baseWeight)

No description

getTaxRuleId()

No description

setTaxRuleId($taxRuleId)

No description

getCurrencyId()

No description

setCurrencyId($currencyId)

No description

$this
setPrice( float $price)

This method is an alias of setBasePrice and used by the event when binding a form

$this
setWeight( float $weight)

This method is an alias of setBaseWeight and used by the event when binding a form

$this
setCurrency($currencyId)

This method is an alias of setCurrencyId and used by the event when binding a form

$this
setTaxRule($taxRuleId)

This method is an alias of setTaxRuleId and used by the event when binding a form

integer
getBaseQuantity()

No description

$this
setBaseQuantity( integer $baseQuantity)

No description

$this
setQuantity( integer $quantity)

This method is an alias of setBaseQuantity and used by the event when binding a form

integer
getTemplateId()

No description

$this
setTemplateId( integer $templateId)

No description

getProductId()

No description

setProductId($product_id)

No description

getChapo()

No description

setChapo($chapo)

No description

getDescription()

No description

setDescription($description)

No description

getPostscriptum()

No description

setPostscriptum($postscriptum)

No description

$this
setBrandId( int $brand_id)

No description

int
getBrandId()

No description

$this
setVirtualDocumentId( mixed $virtual_document_id)

No description

mixed
getVirtualDocumentId()

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 29
__construct( int $product_id)

Parameters

int $product_id

in ProductEvent at line 27
hasProduct()

in ProductEvent at line 32
getProduct()

in ProductEvent at line 37
setProduct( Product $product)

Parameters

Product $product

in ProductCreateEvent at line 31
getRef()

in ProductCreateEvent at line 36
setRef($ref)

Parameters

$ref

in ProductCreateEvent at line 43
getTitle()

in ProductCreateEvent at line 48
setTitle($title)

Parameters

$title

in ProductCreateEvent at line 55
getLocale()

in ProductCreateEvent at line 60
setLocale($locale)

Parameters

$locale

in ProductCreateEvent at line 67
getDefaultCategory()

in ProductCreateEvent at line 72
setDefaultCategory($default_category)

Parameters

$default_category

in ProductCreateEvent at line 79
getVisible()

in ProductCreateEvent at line 84
setVisible($visible)

Parameters

$visible

in ProductCreateEvent at line 91
setVirtual($virtual)

Parameters

$virtual

in ProductCreateEvent at line 98
getVirtual()

in ProductCreateEvent at line 103
getBasePrice()

in ProductCreateEvent at line 108
setBasePrice($basePrice)

Parameters

$basePrice

in ProductCreateEvent at line 115
getBaseWeight()

in ProductCreateEvent at line 120
setBaseWeight($baseWeight)

Parameters

$baseWeight

in ProductCreateEvent at line 127
getTaxRuleId()

in ProductCreateEvent at line 132
setTaxRuleId($taxRuleId)

Parameters

$taxRuleId

in ProductCreateEvent at line 139
getCurrencyId()

in ProductCreateEvent at line 144
setCurrencyId($currencyId)

Parameters

$currencyId

in ProductCreateEvent at line 158
$this setPrice( float $price)

This method is an alias of setBasePrice and used by the event when binding a form

Parameters

float $price price for this new product

Return Value

$this

See also

setBasePrice

in ProductCreateEvent at line 170
$this setWeight( float $weight)

This method is an alias of setBaseWeight and used by the event when binding a form

Parameters

float $weight

Return Value

$this

See also

setBaseWeight

in ProductCreateEvent at line 182
$this setCurrency($currencyId)

This method is an alias of setCurrencyId and used by the event when binding a form

Parameters

$currencyId

Return Value

$this

See also

setCurrencyId

in ProductCreateEvent at line 194
$this setTaxRule($taxRuleId)

This method is an alias of setTaxRuleId and used by the event when binding a form

Parameters

$taxRuleId

Return Value

$this

See also

setTaxRuleId

in ProductCreateEvent at line 202
integer getBaseQuantity()

Return Value

integer

in ProductCreateEvent at line 211
$this setBaseQuantity( integer $baseQuantity)

Parameters

integer $baseQuantity

Return Value

$this

in ProductCreateEvent at line 224
$this setQuantity( integer $quantity)

This method is an alias of setBaseQuantity and used by the event when binding a form

Parameters

integer $quantity quantity for this new product

Return Value

$this

See also

setBaseQuantity

in ProductCreateEvent at line 232
integer getTemplateId()

Return Value

integer

in ProductCreateEvent at line 241
$this setTemplateId( integer $templateId)

Parameters

integer $templateId

Return Value

$this

at line 34
getProductId()

at line 39
setProductId($product_id)

Parameters

$product_id

at line 46
getChapo()

at line 51
setChapo($chapo)

Parameters

$chapo

at line 58
getDescription()

at line 63
setDescription($description)

Parameters

$description

at line 70
getPostscriptum()

at line 75
setPostscriptum($postscriptum)

Parameters

$postscriptum

at line 86
$this setBrandId( int $brand_id)

Parameters

int $brand_id

Return Value

$this

at line 96
int getBrandId()

Return Value

int

at line 106
$this setVirtualDocumentId( mixed $virtual_document_id)

Parameters

mixed $virtual_document_id

Return Value

$this

at line 116
mixed getVirtualDocumentId()

Return Value

mixed