PHP 클래스 WellCommerce\Bundle\ProducerBundle\Entity\Producer

저자: Adam Piotrowski ([email protected])
상속: 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
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$deliverers Doctrine\Common\Collections\Collection
$products Doctrine\Common\Collections\Collection

공개 메소드들

메소드 설명
addDeliverer ( WellCommerce\Bundle\DelivererBundle\Entity\DelivererInterface $deliverer )
getDeliverers ( ) : Doctrine\Common\Collections\Collection
getProducts ( ) : Doctrine\Common\Collections\Collection
setDeliverers ( Doctrine\Common\Collections\Collection $collection )

메소드 상세

addDeliverer() 공개 메소드

public addDeliverer ( WellCommerce\Bundle\DelivererBundle\Entity\DelivererInterface $deliverer )
$deliverer WellCommerce\Bundle\DelivererBundle\Entity\DelivererInterface

getDeliverers() 공개 메소드

public getDeliverers ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

getProducts() 공개 메소드

public getProducts ( ) : Doctrine\Common\Collections\Collection
리턴 Doctrine\Common\Collections\Collection

setDeliverers() 공개 메소드

public setDeliverers ( Doctrine\Common\Collections\Collection $collection )
$collection Doctrine\Common\Collections\Collection

프로퍼티 상세

$deliverers 보호되어 있는 프로퍼티

protected Collection,Doctrine\Common\Collections $deliverers
리턴 Doctrine\Common\Collections\Collection

$products 보호되어 있는 프로퍼티

protected Collection,Doctrine\Common\Collections $products
리턴 Doctrine\Common\Collections\Collection