PHP Class CartEvent

Inheritance: extends yupe\components\Event
Afficher le fichier Open project: yupe/yupe

Protected Properties

Свойство Type Description
$cart
$user

Méthodes publiques

Méthode Description
__construct ( IWebUser $user, EShoppingCart $cart ) CartEvent constructor.
getCart ( ) : mixed
getUser ( ) : mixed
setCart ( mixed $cart )
setUser ( mixed $user )

Method Details

__construct() public méthode

CartEvent constructor.
public __construct ( IWebUser $user, EShoppingCart $cart )
$user IWebUser
$cart EShoppingCart

getCart() public méthode

public getCart ( ) : mixed
Résultat mixed

getUser() public méthode

public getUser ( ) : mixed
Résultat mixed

setCart() public méthode

public setCart ( mixed $cart )
$cart mixed

setUser() public méthode

public setUser ( mixed $user )
$user mixed

Property Details

$cart protected_oe property

protected $cart

$user protected_oe property

protected $user