PHP 클래스 CartEvent

상속: extends yupe\components\Event
파일 보기 프로젝트 열기: yupe/yupe

보호된 프로퍼티들

프로퍼티 타입 설명
$cart
$user

공개 메소드들

메소드 설명
__construct ( IWebUser $user, EShoppingCart $cart ) CartEvent constructor.
getCart ( ) : mixed
getUser ( ) : mixed
setCart ( mixed $cart )
setUser ( mixed $user )

메소드 상세

__construct() 공개 메소드

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

getCart() 공개 메소드

public getCart ( ) : mixed
리턴 mixed

getUser() 공개 메소드

public getUser ( ) : mixed
리턴 mixed

setCart() 공개 메소드

public setCart ( mixed $cart )
$cart mixed

setUser() 공개 메소드

public setUser ( mixed $user )
$user mixed

프로퍼티 상세

$cart 보호되어 있는 프로퍼티

protected $cart

$user 보호되어 있는 프로퍼티

protected $user