class ProductSaleElementUpdateEvent extends ProductSaleElementEvent

Properties

$product_sale_element from  ProductSaleElementEvent

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

__construct( Product $product, int $product_sale_element_id)

ProductSaleElementUpdateEvent constructor.

setProductSaleElement( ProductSaleElements $product_sale_element)

No description

int
getProductSaleElementId()

No description

$this
setProductSaleElementId( int $product_sale_element_id)

No description

float
getPrice()

No description

$this
setPrice( float $price)

No description

int
getCurrencyId()

No description

$this
setCurrencyId( int $currency_id)

No description

float
getWeight()

No description

$this
setWeight( float $weight)

No description

float
getQuantity()

No description

$this
setQuantity( float $quantity)

No description

float
getSalePrice()

No description

$this
setSalePrice( float $sale_price)

No description

int
getOnsale()

No description

$this
setOnsale( int $onsale)

No description

int
getIsnew()

No description

$this
setIsnew( int $isnew)

No description

string
getEanCode()

No description

$this
setEanCode( string $ean_code)

No description

bool
getIsdefault()

No description

$this
setIsdefault( bool $isdefault)

No description

string
getReference()

No description

$this
setReference( string $reference)

No description

getProduct()

No description

$this
setProduct( Product $product)

No description

int
getTaxRuleId()

No description

$this
setTaxRuleId( int $tax_rule_id)

No description

int
getFromDefaultCurrency()

No description

$this
setFromDefaultCurrency( int $from_default_currency)

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 66
__construct( Product $product, int $product_sale_element_id)

ProductSaleElementUpdateEvent constructor.

Parameters

Product $product
int $product_sale_element_id

hasProductSaleElement()

getProductSaleElement()

setProductSaleElement( ProductSaleElements $product_sale_element)

Parameters

ProductSaleElements $product_sale_element

at line 78
int getProductSaleElementId()

Return Value

int

at line 87
$this setProductSaleElementId( int $product_sale_element_id)

Parameters

int $product_sale_element_id

Return Value

$this

at line 97
float getPrice()

Return Value

float

at line 106
$this setPrice( float $price)

Parameters

float $price

Return Value

$this

at line 116
int getCurrencyId()

Return Value

int

at line 125
$this setCurrencyId( int $currency_id)

Parameters

int $currency_id

Return Value

$this

at line 135
float getWeight()

Return Value

float

at line 144
$this setWeight( float $weight)

Parameters

float $weight

Return Value

$this

at line 154
float getQuantity()

Return Value

float

at line 163
$this setQuantity( float $quantity)

Parameters

float $quantity

Return Value

$this

at line 173
float getSalePrice()

Return Value

float

at line 182
$this setSalePrice( float $sale_price)

Parameters

float $sale_price

Return Value

$this

at line 192
int getOnsale()

Return Value

int

at line 201
$this setOnsale( int $onsale)

Parameters

int $onsale

Return Value

$this

at line 211
int getIsnew()

Return Value

int

at line 220
$this setIsnew( int $isnew)

Parameters

int $isnew

Return Value

$this

at line 230
string getEanCode()

Return Value

string

at line 239
$this setEanCode( string $ean_code)

Parameters

string $ean_code

Return Value

$this

at line 249
bool getIsdefault()

Return Value

bool

at line 258
$this setIsdefault( bool $isdefault)

Parameters

bool $isdefault

Return Value

$this

at line 268
string getReference()

Return Value

string

at line 277
$this setReference( string $reference)

Parameters

string $reference

Return Value

$this

at line 287
Product getProduct()

Return Value

Product

at line 296
$this setProduct( Product $product)

Parameters

Product $product

Return Value

$this

at line 306
int getTaxRuleId()

Return Value

int

at line 315
$this setTaxRuleId( int $tax_rule_id)

Parameters

int $tax_rule_id

Return Value

$this

at line 325
int getFromDefaultCurrency()

Return Value

int

at line 334
$this setFromDefaultCurrency( int $from_default_currency)

Parameters

int $from_default_currency

Return Value

$this