ProductUpdateEvent
class ProductUpdateEvent extends ProductCreateEvent
Properties
$product | from ProductEvent |
Methods
No description
This method is an alias of setBasePrice and used by the event when binding a form
This method is an alias of setBaseWeight and used by the event when binding a form
This method is an alias of setCurrencyId and used by the event when binding a form
This method is an alias of setTaxRuleId and used by the event when binding a form
This method is an alias of setBaseQuantity and used by the event when binding a form
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Details
in
ActionEvent at line 30
__set($name, $value)
in
ActionEvent at line 35
__get($name)
in
ActionEvent at line 44
bindForm(
Form $form)
at line 29
__construct(
int $product_id)
in
ProductEvent at line 27
hasProduct()
in
ProductEvent at line 32
getProduct()
in
ProductEvent at line 37
setProduct(
Product $product)
in
ProductCreateEvent at line 31
getRef()
in
ProductCreateEvent at line 36
setRef($ref)
in
ProductCreateEvent at line 43
getTitle()
in
ProductCreateEvent at line 48
setTitle($title)
in
ProductCreateEvent at line 55
getLocale()
in
ProductCreateEvent at line 60
setLocale($locale)
in
ProductCreateEvent at line 67
getDefaultCategory()
in
ProductCreateEvent at line 72
setDefaultCategory($default_category)
in
ProductCreateEvent at line 79
getVisible()
in
ProductCreateEvent at line 84
setVisible($visible)
in
ProductCreateEvent at line 91
setVirtual($virtual)
in
ProductCreateEvent at line 98
getVirtual()
in
ProductCreateEvent at line 103
getBasePrice()
in
ProductCreateEvent at line 108
setBasePrice($basePrice)
in
ProductCreateEvent at line 115
getBaseWeight()
in
ProductCreateEvent at line 120
setBaseWeight($baseWeight)
in
ProductCreateEvent at line 127
getTaxRuleId()
in
ProductCreateEvent at line 132
setTaxRuleId($taxRuleId)
in
ProductCreateEvent at line 139
getCurrencyId()
in
ProductCreateEvent at line 144
setCurrencyId($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
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
in
ProductCreateEvent at line 182
$this
setCurrency($currencyId)
This method is an alias of setCurrencyId and used by the event when binding a form
in
ProductCreateEvent at line 194
$this
setTaxRule($taxRuleId)
This method is an alias of setTaxRuleId and used by the event when binding a form
in
ProductCreateEvent at line 202
integer
getBaseQuantity()
in
ProductCreateEvent at line 211
$this
setBaseQuantity(
integer $baseQuantity)
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