PHP Class WellCommerce\Bundle\ProducerBundle\Entity\Producer

Author: Adam Piotrowski ([email protected])
Inheritance: implements WellCommerce\Bundle\ProducerBundle\Entity\ProducerInterface, use trait Knp\DoctrineBehaviors\Model\Translatable\Translatable, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable, use trait WellCommerce\Bundle\CoreBundle\Doctrine\ORM\Behaviours\PhotoTrait, use trait WellCommerce\Bundle\MultiStoreBundle\Entity\ShopCollectionAwareTrait
Afficher le fichier Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Свойство Type Description
$deliverers Doctrine\Common\Collections\Collection
$products Doctrine\Common\Collections\Collection

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

Property Details

$deliverers protected_oe property

protected Collection,Doctrine\Common\Collections $deliverers
Résultat Doctrine\Common\Collections\Collection

$products protected_oe property

protected Collection,Doctrine\Common\Collections $products
Résultat Doctrine\Common\Collections\Collection