class CartDuplicationEvent extends CartEvent

Methods

__set($name, $value)

No description

__get($name)

No description

bindForm( Form $form)

No description

__construct( Cart $duplicatedCart, Cart $originalCart)

No description

setAppend( bool $append)

No description

from  CartEvent
bool
getAppend()

No description

from  CartEvent
setCartItem( CartItem $cartItem)

No description

from  CartEvent
clearCartItem()

Clear the current cart item

from  CartEvent
getCartItem()

No description

from  CartEvent
mixed
getCartItemId()

No description

from  CartEvent
$this
setCartItemId( mixed $cartItemId)

No description

from  CartEvent
setNewness( bool $newness)

No description

from  CartEvent
bool
getNewness()

No description

from  CartEvent
setProduct( int $product)

No description

from  CartEvent
int
getProduct()

No description

from  CartEvent
setProductSaleElementsId( int $productSaleElementsId)

No description

from  CartEvent
int
getProductSaleElementsId()

No description

from  CartEvent
setQuantity( int $quantity)

No description

from  CartEvent
int
getQuantity()

No description

from  CartEvent
getCart()

No description

from  CartEvent
getDuplicatedCart()

No description

getOriginalCart()

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 21
__construct( Cart $duplicatedCart, Cart $originalCart)

Parameters

Cart $duplicatedCart
Cart $originalCart

in CartEvent at line 40
CartEvent setAppend( bool $append)

Parameters

bool $append

Return Value

CartEvent

in CartEvent at line 50
bool getAppend()

Return Value

bool

in CartEvent at line 59
CartEvent setCartItem( CartItem $cartItem)

Parameters

CartItem $cartItem

Return Value

CartEvent

in CartEvent at line 71
CartEvent clearCartItem()

Clear the current cart item

Return Value

CartEvent

in CartEvent at line 81
CartItem getCartItem()

Return Value

CartItem

in CartEvent at line 89
mixed getCartItemId()

Return Value

mixed

in CartEvent at line 98
$this setCartItemId( mixed $cartItemId)

Parameters

mixed $cartItemId

Return Value

$this

in CartEvent at line 109
CartEvent setNewness( bool $newness)

Parameters

bool $newness

Return Value

CartEvent

in CartEvent at line 119
bool getNewness()

Return Value

bool

in CartEvent at line 128
CartEvent setProduct( int $product)

Parameters

int $product the product ID

Return Value

CartEvent

in CartEvent at line 138
int getProduct()

Return Value

int the product ID

in CartEvent at line 147
CartEvent setProductSaleElementsId( int $productSaleElementsId)

Parameters

int $productSaleElementsId

Return Value

CartEvent

in CartEvent at line 157
int getProductSaleElementsId()

Return Value

int

in CartEvent at line 166
CartEvent setQuantity( int $quantity)

Parameters

int $quantity

Return Value

CartEvent

in CartEvent at line 176
int getQuantity()

Return Value

int

in CartEvent at line 184
Cart getCart()

Return Value

Cart

at line 31
Cart getDuplicatedCart()

Return Value

Cart

at line 39
Cart getOriginalCart()

Return Value

Cart