PHP 클래스 Doctrine\Tests\Models\ECommerce\ECommerceCustomer

저자: Giorgio Sironi
파일 보기 프로젝트 열기: doctrine/couchdb-odm 1 사용 예제들

공개 메소드들

메소드 설명
brokenSetCart ( ECommerceCart $cart ) * Does not properly maintain the bidirectional association!
getCart ( )
getId ( )
getMentor ( )
getName ( )
removeCart ( )
removeMentor ( )
setCart ( ECommerceCart $cart )
setMentor ( ECommerceCustomer $mentor )
setName ( $name )

메소드 상세

brokenSetCart() 공개 메소드

* Does not properly maintain the bidirectional association!
public brokenSetCart ( ECommerceCart $cart )
$cart ECommerceCart

getCart() 공개 메소드

public getCart ( )

getId() 공개 메소드

public getId ( )

getMentor() 공개 메소드

public getMentor ( )

getName() 공개 메소드

public getName ( )

removeCart() 공개 메소드

public removeCart ( )

removeMentor() 공개 메소드

public removeMentor ( )

setCart() 공개 메소드

public setCart ( ECommerceCart $cart )
$cart ECommerceCart

setMentor() 공개 메소드

public setMentor ( ECommerceCustomer $mentor )
$mentor ECommerceCustomer

setName() 공개 메소드

public setName ( $name )