ProductCreateEvent
class ProductCreateEvent extends ProductEvent
Properties
$product | from ProductEvent |
Methods
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
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
No description
No description
This method is an alias of setBaseQuantity and used by the event when binding a form
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)
in
ProductEvent at line 22
__construct(
Product $product = null)
in
ProductEvent at line 27
hasProduct()
in
ProductEvent at line 32
getProduct()
in
ProductEvent at line 37
setProduct(
Product $product)
at line 31
getRef()
at line 36
setRef($ref)
at line 43
getTitle()
at line 48
setTitle($title)
at line 55
getLocale()
at line 60
setLocale($locale)
at line 67
getDefaultCategory()
at line 72
setDefaultCategory($default_category)
at line 79
getVisible()
at line 84
setVisible($visible)
at line 91
setVirtual($virtual)
at line 98
getVirtual()
at line 103
getBasePrice()
at line 108
setBasePrice($basePrice)
at line 115
getBaseWeight()
at line 120
setBaseWeight($baseWeight)
at line 127
getTaxRuleId()
at line 132
setTaxRuleId($taxRuleId)
at line 139
getCurrencyId()
at line 144
setCurrencyId($currencyId)
at line 158
$this
setPrice(
float $price)
This method is an alias of setBasePrice and used by the event when binding a form
at line 170
$this
setWeight(
float $weight)
This method is an alias of setBaseWeight and used by the event when binding a form
at line 182
$this
setCurrency($currencyId)
This method is an alias of setCurrencyId and used by the event when binding a form
at line 194
$this
setTaxRule($taxRuleId)
This method is an alias of setTaxRuleId and used by the event when binding a form
at line 202
integer
getBaseQuantity()
at line 211
$this
setBaseQuantity(
integer $baseQuantity)
at line 224
$this
setQuantity(
integer $quantity)
This method is an alias of setBaseQuantity and used by the event when binding a form