CartEvent
class CartEvent extends ActionEvent
Methods
__construct(
Cart $cart)
No description
bool
getAppend()
No description
setCartItem(
CartItem $cartItem)
No description
clearCartItem()
Clear the current cart item
getCartItem()
No description
mixed
getCartItemId()
No description
$this
setCartItemId(
mixed $cartItemId)
No description
setNewness(
bool $newness)
No description
bool
getNewness()
No description
setProduct(
int $product)
No description
int
getProduct()
No description
setProductSaleElementsId(
int $productSaleElementsId)
No description
int
getProductSaleElementsId()
No description
setQuantity(
int $quantity)
No description
int
getQuantity()
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 31
__construct(
Cart $cart)
at line 40
CartEvent
setAppend(
bool $append)
at line 50
bool
getAppend()
at line 59
CartEvent
setCartItem(
CartItem $cartItem)
at line 71
CartEvent
clearCartItem()
Clear the current cart item