PHP 클래스 WellCommerce\Bundle\DelivererBundle\Entity\Deliverer

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\DoctrineBundle\Entity\AbstractEntity, implements WellCommerce\Bundle\DelivererBundle\Entity\DelivererInterface, use trait Knp\DoctrineBehaviors\Model\Translatable\Translatable, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable
파일 보기 프로젝트 열기: wellcommerce/wellcommerce 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$id integer
$producers Doctrine\Common\Collections\Collection

공개 메소드들

메소드 설명
addProducer ( WellCommerce\Bundle\ProducerBundle\Entity\ProducerInterface $producer )
getProducers ( ) : Doctrine\Common\Collections\Collection
setProducers ( Doctrine\Common\Collections\Collection $collection )

메소드 상세

addProducer() 공개 메소드

public addProducer ( WellCommerce\Bundle\ProducerBundle\Entity\ProducerInterface $producer )
$producer WellCommerce\Bundle\ProducerBundle\Entity\ProducerInterface

getProducers() 공개 메소드

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

setProducers() 공개 메소드

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

프로퍼티 상세

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

protected int $id
리턴 integer

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

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