PHP Interface WellCommerce\Bundle\ProducerBundle\Entity\ProducerInterface
Afficher le fichier
Open project: wellcommerce/wellcommerce
Interface Usage Examples
Méthodes publiques
Méthode |
Description |
|
addDeliverer ( WellCommerce\Bundle\DelivererBundle\Entity\DelivererInterface $deliverer ) |
|
|
getDeliverers ( ) : Doctrine\Common\Collections\Collection |
|
|
getProducts ( ) : Doctrine\Common\Collections\Collection |
|
|
setDeliverers ( Doctrine\Common\Collections\Collection $collection ) |
|
|
Method Details
addDeliverer()
public méthode
public addDeliverer ( WellCommerce\Bundle\DelivererBundle\Entity\DelivererInterface $deliverer ) |
$deliverer |
WellCommerce\Bundle\DelivererBundle\Entity\DelivererInterface |
|
getDeliverers()
public méthode
public getDeliverers ( ) : Doctrine\Common\Collections\Collection |
Résultat |
Doctrine\Common\Collections\Collection |
|
getProducts()
public méthode
public getProducts ( ) : Doctrine\Common\Collections\Collection |
Résultat |
Doctrine\Common\Collections\Collection |
|
setDeliverers()
public méthode
public setDeliverers ( Doctrine\Common\Collections\Collection $collection ) |
$collection |
Doctrine\Common\Collections\Collection |
|