PHP Interface WellCommerce\Bundle\ProducerBundle\Entity\ProducerInterface
ファイルを表示
Open project: wellcommerce/wellcommerce
Interface Usage Examples
Public Methods
Method |
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 method
public addDeliverer ( WellCommerce\Bundle\DelivererBundle\Entity\DelivererInterface $deliverer ) |
$deliverer |
WellCommerce\Bundle\DelivererBundle\Entity\DelivererInterface |
|
getDeliverers()
public method
public getDeliverers ( ) : Doctrine\Common\Collections\Collection |
return |
Doctrine\Common\Collections\Collection |
|
getProducts()
public method
public getProducts ( ) : Doctrine\Common\Collections\Collection |
return |
Doctrine\Common\Collections\Collection |
|
setDeliverers()
public method
public setDeliverers ( Doctrine\Common\Collections\Collection $collection ) |
$collection |
Doctrine\Common\Collections\Collection |
|