PHP Class Doctrine\Tests\Models\ECommerce\ECommerceCustomer

Author: Giorgio Sironi
Afficher le fichier Open project: doctrine/couchdb-odm Class Usage Examples

Méthodes publiques

Méthode Description
brokenSetCart ( ECommerceCart $cart ) * Does not properly maintain the bidirectional association!
getCart ( )
getId ( )
getMentor ( )
getName ( )
removeCart ( )
removeMentor ( )
setCart ( ECommerceCart $cart )
setMentor ( ECommerceCustomer $mentor )
setName ( $name )

Method Details

brokenSetCart() public méthode

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

getCart() public méthode

public getCart ( )

getId() public méthode

public getId ( )

getMentor() public méthode

public getMentor ( )

getName() public méthode

public getName ( )

removeCart() public méthode

public removeCart ( )

removeMentor() public méthode

public removeMentor ( )

setCart() public méthode

public setCart ( ECommerceCart $cart )
$cart ECommerceCart

setMentor() public méthode

public setMentor ( ECommerceCustomer $mentor )
$mentor ECommerceCustomer

setName() public méthode

public setName ( $name )