PHP Interface Sonata\Component\Basket\BasketManagerInterface

Inheritance: extends Sonata\CoreBundle\Model\ManagerInterface, extends Sonata\CoreBundle\Model\PageableManagerInterface
Afficher le fichier Open project: sonata-project/ecommerce Interface Usage Examples

Méthodes publiques

Méthode Description
loadBasketPerCustomer ( Sonata\Component\Customer\CustomerInterface $customer ) : Sonata\Component\Basket\BasketInterface | null

Method Details

loadBasketPerCustomer() public méthode

public loadBasketPerCustomer ( Sonata\Component\Customer\CustomerInterface $customer ) : Sonata\Component\Basket\BasketInterface | null
$customer Sonata\Component\Customer\CustomerInterface
Résultat Sonata\Component\Basket\BasketInterface | null