PHP Class Doctrine\Tests\Models\ECommerce\ECommerceCustomer

Author: Giorgio Sironi
Show file Open project: doctrine/couchdb-odm Class Usage Examples

Public Methods

Method 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 method

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

getCart() public method

public getCart ( )

getId() public method

public getId ( )

getMentor() public method

public getMentor ( )

getName() public method

public getName ( )

removeCart() public method

public removeCart ( )

removeMentor() public method

public removeMentor ( )

setCart() public method

public setCart ( ECommerceCart $cart )
$cart ECommerceCart

setMentor() public method

public setMentor ( ECommerceCustomer $mentor )
$mentor ECommerceCustomer

setName() public method

public setName ( $name )